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 e1d147a commit c09463fCopy full SHA for c09463f
AndroidProject/app/build.gradle
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
2
3
android {
4
namespace "com.kdg.toast.plugin"
5
- compileSdk 30
+ compileSdk 35
6
7
defaultConfig {
8
minSdkVersion 26
9
- targetSdkVersion 30
+ targetSdkVersion 35
10
versionCode 1
11
versionName "1.0"
12
}
@@ -21,5 +21,5 @@ android {
21
22
dependencies {
23
implementation fileTree(dir: "libs", include: ["*.jar"])
24
- implementation 'androidx.core:core:1.3.0'
+ implementation 'androidx.core:core:1.15.0'
25
0 commit comments