We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4654e6 commit 45d85acCopy full SHA for 45d85ac
ApiDemos/java/app/build.gradle.kts
@@ -28,7 +28,7 @@ android {
28
minSdk = 21
29
targetSdk = 35
30
versionCode = 1
31
- versionName = "1.14.0"
+ versionName = "1.15.0"
32
multiDexEnabled = true
33
}
34
ApiDemos/kotlin/app/build.gradle.kts
@@ -29,7 +29,7 @@ android {
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
35
0 commit comments