File tree Expand file tree Collapse file tree 11 files changed +30
-30
lines changed Expand file tree Collapse file tree 11 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
}
23
23
24
24
android {
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.kotlindemos"
29
29
minSdk = 21
30
- targetSdk = 34
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
gradle = " 8.5.2"
3
- kotlin = " 2.0.0 "
3
+ kotlin = " 2.0.21 "
4
4
appcompat = " 1.7.0"
5
5
cardview = " 1.0.0"
6
6
recyclerview = " 1.3.2"
7
7
multidex = " 2.0.1"
8
8
secretsGradlePlugin = " 2.0.1"
9
9
volley = " 1.2.1"
10
- lifecycle = " 2.8.4 "
10
+ lifecycle = " 2.8.7 "
11
11
mapsKtx = " 5.1.1"
12
12
easypermissions = " 3.0.0"
13
13
junit = " 4.13.2"
Original file line number Diff line number Diff line change 17
17
plugins {
18
18
id(" com.android.application" )
19
19
id(" org.jetbrains.kotlin.android" )
20
- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.0 "
20
+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0.21 "
21
21
id(" com.google.android.libraries.mapsplatform.secrets-gradle-plugin" )
22
22
}
23
23
24
24
android {
25
25
namespace = " com.example.app_compose"
26
- compileSdk = 34
26
+ compileSdk = 35
27
27
28
28
defaultConfig {
29
29
applicationId = " com.example.app_compose"
30
- minSdk = 21
31
- targetSdk = 34
30
+ minSdk = 23
31
+ targetSdk = 35
32
32
versionCode = 1
33
33
versionName = " 1.0"
34
34
@@ -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.2.1 " )
75
+ implementation(" com.google.maps.android:maps-compose:6.4.0 " )
76
76
}
77
77
// [END maps_android_compose_dependency]
78
78
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.app_ktx"
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.app_ktx"
29
- minSdk = 21
30
- targetSdk = 34
29
+ minSdk = 23
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.app_places_ktx"
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.app_places_ktx"
29
- minSdk = 21
30
- targetSdk = 34
29
+ minSdk = 23
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
@@ -66,7 +66,7 @@ dependencies {
66
66
// [END_EXCLUDE]
67
67
68
68
// KTX for the Places SDK for Android library
69
- implementation(" com.google.maps.android:places-ktx:3.2.0 " )
69
+ implementation(" com.google.maps.android:places-ktx:3.3.1 " )
70
70
}
71
71
// [END places_android_ktx_install_snippet]
72
72
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.app_maps_rx"
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.app_maps_rx"
29
29
minSdk = 24
30
- targetSdk = 34
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
@@ -64,7 +64,7 @@ dependencies {
64
64
// It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you
65
65
// have the latest features and bug fixes.
66
66
implementation(" com.google.android.gms:play-services-maps:19.0.0" )
67
- implementation(" com.google.android.libraries.places:places:3.5 .0" )
67
+ implementation(" com.google.android.libraries.places:places:4.1 .0" )
68
68
implementation(" io.reactivex.rxjava3:rxjava:3.1.8" )
69
69
70
70
// [START_EXCLUDE silent]
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.app_utils_ktx"
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.app_utils_ktx"
29
- minSdk = 21
30
- targetSdk = 34
29
+ minSdk = 23
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.app_utils"
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.app_utils"
29
- minSdk = 21
30
- targetSdk = 34
29
+ minSdk = 23
30
+ targetSdk = 35
31
31
versionCode = 1
32
32
versionName = " 1.0"
33
33
@@ -68,7 +68,7 @@ dependencies {
68
68
// Utility Library for Maps SDK for Android
69
69
// You do not need to add a separate dependency for the Maps SDK for Android
70
70
// since this library builds in the compatible version of the Maps SDK.
71
- implementation(" com.google.maps.android:android-maps-utils:3.8.2 " )
71
+ implementation(" com.google.maps.android:android-maps-utils:3.9.0 " )
72
72
}
73
73
// [END maps_android_utils_install_snippet]
74
74
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ plugins {
25
25
// [END maps_android_secrets_gradle_plugin]
26
26
27
27
android {
28
- compileSdk = 34
28
+ compileSdk = 35
29
29
defaultConfig {
30
30
applicationId = " com.google.maps.example"
31
31
minSdk = 24
32
- targetSdk = 34
32
+ targetSdk = 35
33
33
versionCode = 1
34
34
versionName = " 1.0"
35
35
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
// [END maps_android_secrets_gradle_plugin_project_level_config]
24
24
25
25
plugins {
26
- id(" com.android.application" ) version " 8.5.0 " apply false
26
+ id(" com.android.application" ) version " 8.7.3 " apply false
27
27
id(" org.jetbrains.kotlin.android" ) version " 2.0.0" apply false
28
28
}
29
29
Original file line number Diff line number Diff line change 1
1
# Wed Jul 10 22:14:33 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.11.1 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments