Skip to content

Commit 6728f31

Browse files
committed
test app kotlin version
1 parent 3a92e43 commit 6728f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/tests/android/testapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.5.0'
2+
ext.kotlin_version = '1.9.24'
33
repositories {
44
google()
55
mavenCentral()
@@ -56,7 +56,7 @@ android {
5656
}
5757

5858
packagingOptions { jniLibs { useLegacyPackaging false } }
59-
59+
6060
compileOptions {
6161
sourceCompatibility = 1.8
6262
targetCompatibility = 1.8

0 commit comments

Comments
 (0)