Skip to content

Commit 9fd6152

Browse files
committed
調整android sdk支援版本
調整kotlin版本
1 parent fbfd05e commit 9fd6152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
plugins {
99
id 'com.android.application' version '7.2.2' apply false
1010
id 'com.android.library' version '7.2.2' apply false
11-
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
11+
id 'org.jetbrains.kotlin.android' version '1.9.25' apply false
1212
}
1313

1414
allprojects {
@@ -21,9 +21,9 @@ allprojects {
2121

2222
ext {
2323
// App tools version
24-
compileSdkVersion = 33
24+
compileSdkVersion = 34
2525
minSdkVersion = 24
26-
targetSdkVersion = 33
26+
targetSdkVersion = 34
2727

2828
// App dependencies versions
2929
okHttp3Version = '4.10.0'

0 commit comments

Comments
 (0)