Skip to content

Commit c09463f

Browse files
committed
sdk 35
1 parent e1d147a commit c09463f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AndroidProject/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22

33
android {
44
namespace "com.kdg.toast.plugin"
5-
compileSdk 30
5+
compileSdk 35
66

77
defaultConfig {
88
minSdkVersion 26
9-
targetSdkVersion 30
9+
targetSdkVersion 35
1010
versionCode 1
1111
versionName "1.0"
1212
}
@@ -21,5 +21,5 @@ android {
2121

2222
dependencies {
2323
implementation fileTree(dir: "libs", include: ["*.jar"])
24-
implementation 'androidx.core:core:1.3.0'
24+
implementation 'androidx.core:core:1.15.0'
2525
}

0 commit comments

Comments
 (0)