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 {
21
21
}
22
22
23
23
android {
24
- compileSdk = 34
25
-
24
+ compileSdk = 35
26
25
27
26
defaultConfig {
28
27
applicationId = " com.example.mapdemo"
29
28
minSdk = 21
30
- targetSdk = 34
29
+ targetSdk = 35
31
30
versionCode = 1
32
31
versionName = " 1.14.0"
33
32
multiDexEnabled = true
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
mavenCentral()
23
23
}
24
24
dependencies {
25
- classpath(" com.android.tools.build:gradle:8.5.1 " )
25
+ classpath(" com.android.tools.build:gradle:8.8.0 " )
26
26
classpath(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" )
27
27
28
28
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
appcompat = " 1.7.0"
3
- recyclerview = " 1.3.2 "
3
+ recyclerview = " 1.4.0 "
4
4
volley = " 1.2.1"
5
- kotlinBom = " 2.0.0 "
5
+ kotlinBom = " 2.0.21 "
6
6
playServicesMaps = " 19.0.0"
7
7
junit = " 4.13.2"
8
8
androidxJunit = " 1.2.1"
Original file line number Diff line number Diff line change 1
1
# Wed Jul 10 22:13:55 CEST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- gradle = " 8.5.2 "
3
- kotlin = " 2.0.21 "
2
+ gradle = " 8.8.0 "
3
+ kotlin = " 2.1.0 "
4
4
appcompat = " 1.7.0"
5
5
cardview = " 1.0.0"
6
- recyclerview = " 1.3.2 "
6
+ recyclerview = " 1.4.0 "
7
7
multidex = " 2.0.1"
8
8
secretsGradlePlugin = " 2.0.1"
9
9
volley = " 1.2.1"
Original file line number Diff line number Diff line change 1
1
# Wed Jul 10 22:13:18 CEST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
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
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
// [END_EXCLUDE]
73
73
74
74
// 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 " )
76
76
}
77
77
// [END maps_android_compose_dependency]
78
78
Original file line number Diff line number Diff line change @@ -96,10 +96,5 @@ secrets {
96
96
// A properties file containing default secret values. This file can be
97
97
// checked in version control.
98
98
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.*"
104
99
}
105
100
// [END maps_android_secrets_gradle_plugin_config]
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ buildscript {
23
23
// [END maps_android_secrets_gradle_plugin_project_level_config]
24
24
25
25
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
28
28
}
29
29
30
30
tasks.register<Delete >(" clean" ) {
Original file line number Diff line number Diff line change 2
2
espressoCore = " 3.6.1"
3
3
junit = " 4.13.2"
4
4
junitVersion = " 1.2.1"
5
- kotlin = " 2.0 .0"
6
- coreKtx = " 1.13.1 "
5
+ kotlin = " 2.1 .0"
6
+ coreKtx = " 1.15.0 "
7
7
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 "
10
10
mapsKtx = " 5.1.1"
11
11
material = " 1.12.0"
12
- constraintLayout = " 2.1.4 "
13
- navigation = " 2.7.7 "
12
+ constraintLayout = " 2.2.0 "
13
+ navigation = " 2.8.5 "
14
14
rxlifecycleAndroidLifecycleKotlin = " 4.0.2"
15
15
volley = " 1.2.1"
16
- lifecycleRuntime = " 2.8.4 "
17
- places = " 3.5 .0"
16
+ lifecycleRuntime = " 2.8.7 "
17
+ places = " 4.1 .0"
18
18
19
19
[libraries ]
20
20
espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
You can’t perform that action at this time.
0 commit comments