Skip to content

Commit 95f70aa

Browse files
authored
chore: bump versions for gradle (8.8.0), kotlin(2.1.0), the targetSd… (#1950)
chore: bump versions for gradle (8.8.0), kotlin(2.1.0)), the targetSdk(35) and other deps
1 parent d37fc17 commit 95f70aa

File tree

10 files changed

+21
-27
lines changed

10 files changed

+21
-27
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.14.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.8.0")
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

ApiDemos/java/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
appcompat = "1.7.0"
3-
recyclerview = "1.3.2"
3+
recyclerview = "1.4.0"
44
volley = "1.2.1"
5-
kotlinBom = "2.0.0"
5+
kotlinBom = "2.0.21"
66
playServicesMaps = "19.0.0"
77
junit = "4.13.2"
88
androidxJunit = "1.2.1"
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.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

ApiDemos/kotlin/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
gradle = "8.5.2"
3-
kotlin = "2.0.21"
2+
gradle = "8.8.0"
3+
kotlin = "2.1.0"
44
appcompat = "1.7.0"
55
cardview = "1.0.0"
6-
recyclerview = "1.3.2"
6+
recyclerview = "1.4.0"
77
multidex = "2.0.1"
88
secretsGradlePlugin = "2.0.1"
99
volley = "1.2.1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Jul 10 22:13:18 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.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

snippets/app-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
// [END_EXCLUDE]
7373

7474
// Android Maps Compose composables for the Maps SDK for Android
75-
implementation("com.google.maps.android:maps-compose:6.4.0")
75+
implementation("com.google.maps.android:maps-compose:6.4.1")
7676
}
7777
// [END maps_android_compose_dependency]
7878

snippets/app/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,5 @@ secrets {
9696
// A properties file containing default secret values. This file can be
9797
// checked in version control.
9898
defaultPropertiesFileName = "local.defaults.properties"
99-
100-
// Configure which keys should be ignored by the plugin by providing regular expressions.
101-
// "sdk.dir" is ignored by default.
102-
ignoreList.add("keyToIgnore") // Ignore the key "keyToIgnore"
103-
ignoreList.add("sdk.*") // Ignore all keys matching the regexp "sdk.*"
10499
}
105100
// [END maps_android_secrets_gradle_plugin_config]

snippets/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ buildscript {
2323
// [END maps_android_secrets_gradle_plugin_project_level_config]
2424

2525
plugins {
26-
id("com.android.application") version "8.7.3" apply false
27-
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
26+
id("com.android.application") version "8.8.0" apply false
27+
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
2828
}
2929

3030
tasks.register<Delete>("clean") {

snippets/gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
espressoCore = "3.6.1"
33
junit = "4.13.2"
44
junitVersion = "1.2.1"
5-
kotlin = "2.0.0"
6-
coreKtx = "1.13.1"
5+
kotlin = "2.1.0"
6+
coreKtx = "1.15.0"
77
appCompat = "1.7.0"
8-
composeFoundation = "1.7.0-rc01"
9-
composeMaterial = "1.7.0-rc01"
8+
composeFoundation = "1.7.6"
9+
composeMaterial = "1.7.6"
1010
mapsKtx = "5.1.1"
1111
material = "1.12.0"
12-
constraintLayout = "2.1.4"
13-
navigation = "2.7.7"
12+
constraintLayout = "2.2.0"
13+
navigation = "2.8.5"
1414
rxlifecycleAndroidLifecycleKotlin = "4.0.2"
1515
volley = "1.2.1"
16-
lifecycleRuntime = "2.8.4"
17-
places = "3.5.0"
16+
lifecycleRuntime = "2.8.7"
17+
places = "4.1.0"
1818

1919
[libraries]
2020
espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }

0 commit comments

Comments
 (0)