File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010
1111 dependencies {
12- classpath " com.android.tools.build:gradle:3.6.0 "
12+ classpath " com.android.tools.build:gradle:8.12.3 "
1313 }
1414}
1515
@@ -24,25 +24,25 @@ rootProject.allprojects {
2424apply plugin : " com.android.library"
2525
2626android {
27- compileSdkVersion 33
28- buildToolsVersion ' 31 .0.0'
27+ compileSdkVersion 36
28+ buildToolsVersion ' 36 .0.0'
2929
3030 defaultConfig {
3131 minSdkVersion 19
32- targetSdkVersion 33
32+ targetSdkVersion 36
3333 }
3434
3535 lintOptions {
3636 disable " InvalidPackage"
3737 }
3838
3939 compileOptions {
40- sourceCompatibility JavaVersion . VERSION_1_8
41- targetCompatibility JavaVersion . VERSION_1_8
40+ sourceCompatibility JavaVersion . VERSION_17
41+ targetCompatibility JavaVersion . VERSION_17
4242 }
4343}
4444
4545dependencies {
46- implementation " com.huawei.hms:push:6.12 .0.300"
47- implementation " com.facebook.fresco:fresco:3.1.3 "
46+ implementation " com.huawei.hms:push:6.13 .0.300"
47+ implementation " com.facebook.fresco:fresco:3.6.0 "
4848}
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ zipStoreBase=GRADLE_USER_HOME
22zipStorePath =wrapper/dists
33distributionBase =GRADLE_USER_HOME
44distributionPath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.3 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
You can’t perform that action at this time.
0 commit comments