Skip to content

Commit dde0229

Browse files
committed
chore: updates gradle and the target sdk to 35
1 parent 66db0fa commit dde0229

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

ApiDemos/java/app/build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ plugins {
2121
}
2222

2323
android {
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

ApiDemos/java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 10 22:13:55 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)