File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ plugins {
2121}
2222
2323android {
24- compileSdk = 34
25-
24+ compileSdk = 35
2625
2726 defaultConfig {
2827 applicationId = " com.example.mapdemo"
2928 minSdk = 21
30- targetSdk = 34
29+ targetSdk = 35
3130 versionCode = 1
3231 versionName = " 1.0"
3332 multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath(" com.android.tools.build:gradle:8.5.1 " )
25+ classpath(" com.android.tools.build:gradle:8.7.3 " )
2626 classpath(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" )
2727
2828 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 11# Wed Jul 10 22:13:55 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments