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 3a92e43 commit 6728f31Copy full SHA for 6728f31
1 file changed
sdk/tests/android/testapp/build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.kotlin_version = '1.5.0'
+ ext.kotlin_version = '1.9.24'
3
repositories {
4
google()
5
mavenCentral()
@@ -56,7 +56,7 @@ android {
56
}
57
58
packagingOptions { jniLibs { useLegacyPackaging false } }
59
-
+
60
compileOptions {
61
sourceCompatibility = 1.8
62
targetCompatibility = 1.8
0 commit comments