File tree Expand file tree Collapse file tree 10 files changed +21
-27
lines changed
Expand file tree Collapse file tree 10 files changed +21
-27
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.14.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.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
Original file line number Diff line number Diff line change 11[versions ]
22appcompat = " 1.7.0"
3- recyclerview = " 1.3.2 "
3+ recyclerview = " 1.4.0 "
44volley = " 1.2.1"
5- kotlinBom = " 2.0.0 "
5+ kotlinBom = " 2.0.21 "
66playServicesMaps = " 19.0.0"
77junit = " 4.13.2"
88androidxJunit = " 1.2.1"
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.10.2 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11[versions ]
2- gradle = " 8.5.2 "
3- kotlin = " 2.0.21 "
2+ gradle = " 8.8.0 "
3+ kotlin = " 2.1.0 "
44appcompat = " 1.7.0"
55cardview = " 1.0.0"
6- recyclerview = " 1.3.2 "
6+ recyclerview = " 1.4.0 "
77multidex = " 2.0.1"
88secretsGradlePlugin = " 2.0.1"
99volley = " 1.2.1"
Original file line number Diff line number Diff line change 11# Wed Jul 10 22:13:18 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.10.2 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ buildscript {
2323// [END maps_android_secrets_gradle_plugin_project_level_config]
2424
2525plugins {
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
3030tasks.register<Delete >(" clean" ) {
Original file line number Diff line number Diff line change 22espressoCore = " 3.6.1"
33junit = " 4.13.2"
44junitVersion = " 1.2.1"
5- kotlin = " 2.0 .0"
6- coreKtx = " 1.13.1 "
5+ kotlin = " 2.1 .0"
6+ coreKtx = " 1.15.0 "
77appCompat = " 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 "
1010mapsKtx = " 5.1.1"
1111material = " 1.12.0"
12- constraintLayout = " 2.1.4 "
13- navigation = " 2.7.7 "
12+ constraintLayout = " 2.2.0 "
13+ navigation = " 2.8.5 "
1414rxlifecycleAndroidLifecycleKotlin = " 4.0.2"
1515volley = " 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 ]
2020espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
You can’t perform that action at this time.
0 commit comments