We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa18d2 commit 597b2cbCopy full SHA for 597b2cb
ApiDemos/project/java-app/build.gradle.kts
@@ -28,7 +28,7 @@ android {
28
minSdk = libs.versions.minSdk.get().toInt()
29
targetSdk = libs.versions.targetSdk.get().toInt()
30
versionCode = 1
31
- versionName = "1.18.0"
+ versionName = "1.19.0"
32
multiDexEnabled = true
33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
34
}
ApiDemos/project/kotlin-app/build.gradle.kts
@@ -31,7 +31,7 @@ android {
35
36
37
0 commit comments