From 6d675906c27397e62df867e100fa004a674f41f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:11:05 +0000 Subject: [PATCH 001/150] chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1591) chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-alpha08 to 1.7.0-beta01. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 75ed3c167..ef90dc9fd 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" + implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-alpha08" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index d49801cca..509cc0e77 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation "androidx.compose.foundation:foundation:1.7.0-alpha08" + implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-alpha08" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' From ecc7694fed1d292699fe7594c3558d907a7ecc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:11:16 +0000 Subject: [PATCH 002/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0 in /snippets (#1589) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index ef90dc9fd..a66efe5c9 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index b71148f58..b48414338 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' // [END_EXCLUDE] // KTX for the Maps SDK for Android library diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index dfe649633..d9f6e8083 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.6.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 2db0ba9b5..3e8b78813 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 509cc0e77..015b208e8 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' implementation 'com.google.android.libraries.places:places:3.4.0' // [END_EXCLUDE] From 3807502f67c9d7ac44b544511302f7c31686b914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:14:25 +0000 Subject: [PATCH 003/150] chore(deps): bump androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01 in /snippets (#1590) chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-alpha08 to 1.7.0-beta01. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index a66efe5c9..3d23bb65a 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-alpha08" + implementation "androidx.compose.material:material:1.7.0-beta01" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 015b208e8..790b2333f 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-alpha08" + implementation "androidx.compose.material:material:1.7.0-beta01" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' From 273126a7c7d89e4be22653be46db407a95b6e183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Fri, 17 May 2024 13:10:18 +0200 Subject: [PATCH 004/150] chore: improved git hook to add Google API Keys (#1576) * chore: improved git hook to add Google API Keys * chore: updated Gradle --- ApiDemos/java/gradle/wrapper/gradle-wrapper.properties | 4 ++-- ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties | 4 ++-- hooks/pre-commit | 3 ++- .../gradle/wrapper/gradle-wrapper.properties | 3 ++- .../MapWithMarker/gradle/wrapper/gradle-wrapper.properties | 3 ++- .../java/Polygons/gradle/wrapper/gradle-wrapper.properties | 3 ++- .../gradle/wrapper/gradle-wrapper.properties | 3 ++- .../MapWithMarker/gradle/wrapper/gradle-wrapper.properties | 3 ++- .../kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties | 3 ++- 9 files changed, 18 insertions(+), 11 deletions(-) diff --git a/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties b/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties index ff6f5228f..7a9d8749c 100644 --- a/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties +++ b/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 24 16:52:26 PDT 2024 +#Tue May 07 08:42:16 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties b/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties index 7a4b38f7e..3cb797990 100644 --- a/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties +++ b/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 24 16:50:10 PDT 2024 +#Tue May 07 08:42:40 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/hooks/pre-commit b/hooks/pre-commit index d79b31223..0cc856133 100644 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -5,8 +5,9 @@ ## has been modified. Git Hooks are located in the folder .git/hooks FILE="local.defaults.properties" +API_KEY_REGEX="AIza[0-9A-Za-z\-_]{35}" -if ! grep -q "^MAPS_API_KEY=DEFAULT_API_KEY" "$FILE"; then +if grep -qE "^MAPS_API_KEY=$API_KEY_REGEX" "$FILE"; then echo "Error: Commit rejected. Invalid content in $FILE." exit 1 fi diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..f029d6879 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:43:21 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..1fb1c93b4 100644 --- a/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:46:26 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..44be27d77 100644 --- a/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:48:57 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..834af080b 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:50:46 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..fd632dfde 100644 --- a/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:51:23 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties index 3fa8f862f..b20602abf 100644 --- a/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Tue May 07 08:52:32 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 877e25591ebc5c01af92ed85e394fc6e96bdbc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:08:44 +0000 Subject: [PATCH 005/150] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.6.1 to 2.8.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1593) chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.6.1 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index ba040c1d1..e202a76e0 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From 60a32c61d265f2a1ee9798c44c8b9de3dde67028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:03:19 +0000 Subject: [PATCH 006/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.8.0 in /ApiDemos/kotlin (#1594) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 0f65fc68c..b22210def 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions From 71b85635ddccc925df6a311d32fc0274d2ba52c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:00:47 +0000 Subject: [PATCH 007/150] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.24 to 2.0.0 in /snippets (#1595) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 3d23bb65a..d5e12df3d 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -46,7 +46,7 @@ dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index b48414338..15522c4c2 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -42,7 +42,7 @@ android { // [START maps_android_ktx_install_snippet] dependencies { // [START_EXCLUDE silent] - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 3e8b78813..9324e69b9 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -40,7 +40,7 @@ android { // [START maps_android_utils_ktx_install_snippet] dependencies { // [START_EXCLUDE silent] - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 790b2333f..828dbc7b9 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -51,7 +51,7 @@ android { dependencies { // [START_EXCLUDE silent] implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.24' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" From 9659cd26cf385c60d05607e00df86865733646b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:01:23 +0000 Subject: [PATCH 008/150] chore(deps): bump com.android.application from 8.4.0 to 8.4.1 in /snippets (#1597) --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle b/snippets/build.gradle index 338cbd849..d386e7045 100644 --- a/snippets/build.gradle +++ b/snippets/build.gradle @@ -7,7 +7,7 @@ buildscript { // [END maps_android_secrets_gradle_plugin_project_level_config] plugins { - id 'com.android.application' version '8.4.0' apply false + id 'com.android.application' version '8.4.1' apply false id 'org.jetbrains.kotlin.android' version '1.9.24' apply false } From ac7cb5e1695955645a3fd69718917ccee48d8084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:02:29 +0000 Subject: [PATCH 009/150] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.24 to 2.0.0 in /snippets (#1596) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-rx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index d9f6e8083..2c59d832c 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.24" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0" // [END_EXCLUDE silent] } // [END maps_android_maps_rx_install] From 7e45eabdb9ae176a06febae11ec0d7f42a731c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:25:04 +0000 Subject: [PATCH 010/150] chore(deps): bump org.jetbrains.kotlin.android from 1.9.24 to 2.0.0 in /snippets (#1598) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle b/snippets/build.gradle index d386e7045..9a37799ca 100644 --- a/snippets/build.gradle +++ b/snippets/build.gradle @@ -8,7 +8,7 @@ buildscript { plugins { id 'com.android.application' version '8.4.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } task clean(type: Delete) { From 98cb65922ad3b76ddb09b4dd550a475b0095d47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:01:26 +0000 Subject: [PATCH 011/150] chore(deps): bump com.google.maps.android:places-ktx from 3.1.1 to 3.2.0 in /snippets (#1599) --- updated-dependencies: - dependency-name: com.google.maps.android:places-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-places-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index f18009bb2..d83356e78 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Places SDK for Android library - implementation 'com.google.maps.android:places-ktx:3.1.1' + implementation 'com.google.maps.android:places-ktx:3.2.0' } // [END places_android_ktx_install_snippet] From bd1e5c27232cb4e008b4936ee075c1330a0e4a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:11:12 +0000 Subject: [PATCH 012/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/kotlin/MapWithMarker (#1600) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/build.gradle b/tutorials/kotlin/MapWithMarker/build.gradle index d6ad3bdce..a4a74202b 100644 --- a/tutorials/kotlin/MapWithMarker/build.gradle +++ b/tutorials/kotlin/MapWithMarker/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" From 1e64a955bbb373d52563b0709f1203a90c514077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:17:06 +0000 Subject: [PATCH 013/150] chore(deps): bump kotlin_version from 1.9.24 to 2.0.0 in /tutorials/kotlin/MapWithMarker (#1601) chore(deps): bump kotlin_version in /tutorials/kotlin/MapWithMarker Bumps `kotlin_version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/build.gradle b/tutorials/kotlin/MapWithMarker/build.gradle index a4a74202b..98d604d04 100644 --- a/tutorials/kotlin/MapWithMarker/build.gradle +++ b/tutorials/kotlin/MapWithMarker/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { google() mavenCentral() From 883b96bc6820dd26db3e36ba2d8bb3039edf5f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:26:20 +0000 Subject: [PATCH 014/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1603) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle index de9dcdfa4..dec9394e2 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From b8aaee940755f66d5e3faf8f621f267541c84668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:26:40 +0000 Subject: [PATCH 015/150] chore(deps): bump kotlin_version from 1.9.24 to 2.0.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1602) chore(deps): bump kotlin_version Bumps `kotlin_version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle index dec9394e2..2742fb36c 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { mavenCentral() google() From 3f872bd9e38070099b8e00d5ef7a05cdccceab11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:27:16 +0000 Subject: [PATCH 016/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/Polygons (#1604) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/build.gradle b/tutorials/java/Polygons/build.gradle index e6d9131ee..5d95df739 100644 --- a/tutorials/java/Polygons/build.gradle +++ b/tutorials/java/Polygons/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From 427f2a18ccd0b858de7ffc3ce103440c83d02d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:37:41 +0000 Subject: [PATCH 017/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/StyledMap (#1605) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/build.gradle b/tutorials/java/StyledMap/build.gradle index e6d9131ee..5d95df739 100644 --- a/tutorials/java/StyledMap/build.gradle +++ b/tutorials/java/StyledMap/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From bfff0021f5e9835ced492c0796111b1f05985ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:41:12 +0000 Subject: [PATCH 018/150] chore(deps): bump org.jetbrains.kotlin.android from 1.9.24 to 2.0.0 in /WearOS (#1606) chore(deps): bump org.jetbrains.kotlin.android in /WearOS Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/build.gradle b/WearOS/build.gradle index e7fa1032b..6729a83e3 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -17,5 +17,5 @@ plugins { id 'com.android.application' version '8.4.0' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.24' apply false + id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } \ No newline at end of file From 75bad41b97dd2d9d0c41e3aefd66ecf18cb01d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:41:40 +0000 Subject: [PATCH 019/150] chore(deps): bump com.android.application from 8.4.0 to 8.4.1 in /WearOS (#1607) Bumps com.android.application from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/build.gradle b/WearOS/build.gradle index 6729a83e3..070a75318 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.android.application' version '8.4.0' apply false + id 'com.android.application' version '8.4.1' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } \ No newline at end of file From 993354d0c8c5e7efc1ea180de434cb2404bff089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:42:01 +0000 Subject: [PATCH 020/150] chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 from 1.9.24 to 2.0.0 in /WearOS (#1608) chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 in /WearOS Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/Wearable/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index 20f19ee6d..eebca1585 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -51,7 +51,7 @@ dependencies { // [START_EXCLUDE] implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.core:core-ktx:1.13.1" - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.24' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0' // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.9.0' implementation 'com.google.android.support:wearable:2.9.0' From e89968031b5fd7fdf9836096b90ca282431080ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:48:59 +0000 Subject: [PATCH 021/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/kotlin/Polygons (#1609) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/build.gradle b/tutorials/kotlin/Polygons/build.gradle index 1355c800c..87942f64c 100644 --- a/tutorials/kotlin/Polygons/build.gradle +++ b/tutorials/kotlin/Polygons/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From dc94eb645577fb860b73d3ef2afd50bee7c45246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:50:29 +0000 Subject: [PATCH 022/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /ApiDemos/kotlin (#1610) chore(deps): bump com.android.tools.build:gradle in /ApiDemos/kotlin Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/build.gradle b/ApiDemos/kotlin/build.gradle index 4e5ef8293..fadebe58a 100644 --- a/ApiDemos/kotlin/build.gradle +++ b/ApiDemos/kotlin/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From f8ade56eaea6614855cc94f55810114d9ac5c7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:53:05 +0000 Subject: [PATCH 023/150] chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.0.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1612) chore(deps): bump org.jetbrains.kotlin:kotlin-bom Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index 4c6d34219..57f2cda08 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation 'com.google.android.libraries.places:places:3.4.0' implementation 'com.android.volley:volley:1.2.1' - implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.24") + implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") testImplementation'junit:junit:4.13.2' } From 23a379c547e8ba90a08683f0233adbd264d996fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:53:14 +0000 Subject: [PATCH 024/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/CurrentPlaceDetailsOnMap (#1613) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle index 67623157d..470ccf9b2 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From 6add44acde6d7a11c23b22e19bdc4591420c31a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:55:15 +0000 Subject: [PATCH 025/150] chore(deps): bump kotlin_version from 1.9.24 to 2.0.0 in /tutorials/kotlin/Polygons (#1611) chore(deps): bump kotlin_version in /tutorials/kotlin/Polygons Bumps `kotlin_version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/build.gradle b/tutorials/kotlin/Polygons/build.gradle index 87942f64c..16e532566 100644 --- a/tutorials/kotlin/Polygons/build.gradle +++ b/tutorials/kotlin/Polygons/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { mavenCentral() google() From e6a535dcd60ebb31f36c53699584dd104432c9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:55:32 +0000 Subject: [PATCH 026/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /ApiDemos/java (#1615) chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/build.gradle b/ApiDemos/java/build.gradle index 2c9cbcf8f..2e8066717 100644 --- a/ApiDemos/java/build.gradle +++ b/ApiDemos/java/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From 602a8c288cfeba174bc58f763f44440accadcfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:57:07 +0000 Subject: [PATCH 027/150] chore(deps): bump com.android.tools.build:gradle from 8.4.0 to 8.4.1 in /tutorials/java/MapWithMarker (#1616) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.0 to 8.4.1. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/MapWithMarker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/build.gradle b/tutorials/java/MapWithMarker/build.gradle index 2e955cf6a..6f07e001a 100644 --- a/tutorials/java/MapWithMarker/build.gradle +++ b/tutorials/java/MapWithMarker/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.4.1' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From ecb6b8004dd39864b5c98c797b97bc4d0ef09718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:58:14 +0000 Subject: [PATCH 028/150] chore(deps): bump kotlin_version from 1.9.24 to 2.0.0 in /ApiDemos/kotlin (#1614) chore(deps): bump kotlin_version in /ApiDemos/kotlin Bumps `kotlin_version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk7` from 1.9.24 to 2.0.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/build.gradle b/ApiDemos/kotlin/build.gradle index fadebe58a..4259c3ca0 100644 --- a/ApiDemos/kotlin/build.gradle +++ b/ApiDemos/kotlin/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.24' + ext.kotlin_version = '2.0.0' repositories { google() mavenCentral() From 735598a49662a8b4ea417040d4138db85d22dfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:24:57 +0000 Subject: [PATCH 029/150] chore(deps): bump com.google.android.libraries.places:places from 3.4.0 to 3.5.0 in /snippets (#1617) chore(deps): bump com.google.android.libraries.places:places Bumps com.google.android.libraries.places:places from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.places:places dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-rx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 2c59d832c..2fef1e03d 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -48,7 +48,7 @@ dependencies { // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you // have the latest features and bug fixes. implementation "com.google.android.gms:play-services-maps:18.2.0" - implementation 'com.google.android.libraries.places:places:3.4.0' + implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.8' // [START_EXCLUDE silent] diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 828dbc7b9..f8266323d 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' - implementation 'com.google.android.libraries.places:places:3.4.0' + implementation 'com.google.android.libraries.places:places:3.5.0' // [END_EXCLUDE] // Maps SDK for Android From 2fec8c9793bf8894566536341654e6df7893e145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:10:10 +0000 Subject: [PATCH 030/150] chore(deps): bump androidx.compose.material:material from 1.7.0-beta01 to 1.7.0-beta02 in /snippets (#1618) chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-beta01 to 1.7.0-beta02. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index d5e12df3d..a8b6a5087 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-beta01" + implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index f8266323d..23a743da4 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" - implementation "androidx.compose.material:material:1.7.0-beta01" + implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' From 0098d8f8542339666d58abf112c670fa4387a883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:10:34 +0000 Subject: [PATCH 031/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /snippets (#1619) chore(deps): bump androidx.appcompat:appcompat in /snippets Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index a8b6a5087..bc38fc6ae 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 15522c4c2..acf603a81 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -44,7 +44,7 @@ dependencies { // [START_EXCLUDE silent] implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' // [END_EXCLUDE] diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index d83356e78..b6761dd47 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -40,7 +40,7 @@ android { dependencies { // [START_EXCLUDE silent] implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 2fef1e03d..fbd8b1026 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'io.reactivex.rxjava3:rxjava:3.1.8' // [START_EXCLUDE silent] - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 9324e69b9..b37ea74c4 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -42,7 +42,7 @@ dependencies { // [START_EXCLUDE silent] implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' - implementation "androidx.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' // [END_EXCLUDE] diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 7b5382e7b..4f7360485 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -42,7 +42,7 @@ dependencies { // [START_EXCLUDE silent] implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 23a743da4..449c20f77 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta01" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' From 58593b7881396bb4f0cd312902a8262a2a2488a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:17:32 +0000 Subject: [PATCH 032/150] chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta01 to 1.7.0-beta02 in /snippets (#1620) chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-beta01 to 1.7.0-beta02. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index bc38fc6ae..d4658268a 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta01" + implementation "androidx.compose.foundation:foundation:1.7.0-beta02" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 449c20f77..061f4f673 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta01" + implementation "androidx.compose.foundation:foundation:1.7.0-beta02" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' From 098cb36f395c807e40a09eb81438647a10846970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:18:02 +0000 Subject: [PATCH 033/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1 in /snippets (#1621) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index d4658268a..5ff46f715 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index acf603a81..5c403e3fb 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' // [END_EXCLUDE] // KTX for the Maps SDK for Android library diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index fbd8b1026..eb10bae4b 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.7.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index b37ea74c4..5f23b4785 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 061f4f673..f22718980 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' implementation 'com.google.android.libraries.places:places:3.5.0' // [END_EXCLUDE] From 723eae5d482202bcd31b8c9dda0e0471961ba52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:18:17 +0000 Subject: [PATCH 034/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /ApiDemos/kotlin (#1622) chore(deps): bump androidx.appcompat:appcompat in /ApiDemos/kotlin Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index b22210def..8b967a280 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -50,7 +50,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - api 'androidx.appcompat:appcompat:1.6.1' + api 'androidx.appcompat:appcompat:1.7.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.recyclerview:recyclerview:1.3.1" From ebad1b43242499a105d4c91aa5faa7cfc824743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:18:28 +0000 Subject: [PATCH 035/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1 in /ApiDemos/kotlin (#1623) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 8b967a280..e03d3b899 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions From 44e4fefc5c73e7f057ecff37052e9250d9443664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:20:31 +0000 Subject: [PATCH 036/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/MapWithMarker (#1625) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 015962963..4c99ad0bc 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -28,7 +28,7 @@ android { dependencies { implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' From 27f3afc8c4d671f8ced50eb1a93b85db0080ec4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:22:13 +0000 Subject: [PATCH 037/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /ApiDemos/java (#1624) chore(deps): bump androidx.appcompat:appcompat in /ApiDemos/java Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index 6c952d20c..087a12a94 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -44,7 +44,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.recyclerview:recyclerview:1.3.1" implementation 'com.android.volley:volley:1.2.1' From 8e21fea4aef877b790179db2a6aaebf783759c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:24:09 +0000 Subject: [PATCH 038/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/Polygons (#1626) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/app/build.gradle b/tutorials/java/Polygons/app/build.gradle index 1383e1ee5..010ec7fe3 100644 --- a/tutorials/java/Polygons/app/build.gradle +++ b/tutorials/java/Polygons/app/build.gradle @@ -27,7 +27,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' From 48622d79173170c9fb893655ec40ccc8a76068c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:35:52 +0000 Subject: [PATCH 039/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/kotlin/Polygons (#1627) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/app/build.gradle b/tutorials/kotlin/Polygons/app/build.gradle index 27b07a2da..183d7108b 100644 --- a/tutorials/kotlin/Polygons/app/build.gradle +++ b/tutorials/kotlin/Polygons/app/build.gradle @@ -32,7 +32,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' From 625d09383495b38fe7f3a86a20df45ed224c29e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:42:17 +0000 Subject: [PATCH 040/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/kotlin/MapWithMarker (#1628) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index 0f2fa0133..f11300ae0 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' // Tests From 6901e00b95cf1027b0be462026202bc4e81fb1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:42:55 +0000 Subject: [PATCH 041/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1629) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index 57f2cda08..2be60830a 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -28,7 +28,7 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation 'com.google.android.libraries.places:places:3.4.0' implementation 'com.android.volley:volley:1.2.1' From 636e40350eeb611c17b7e9199b075d1539e23d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:43:16 +0000 Subject: [PATCH 042/150] chore(deps): bump com.google.android.libraries.places:places from 3.4.0 to 3.5.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1630) chore(deps): bump com.google.android.libraries.places:places Bumps com.google.android.libraries.places:places from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.places:places dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index 2be60830a..fe6e753a7 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -30,7 +30,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' - implementation 'com.google.android.libraries.places:places:3.4.0' + implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'com.android.volley:volley:1.2.1' implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") testImplementation'junit:junit:4.13.2' From a0ed5fef76df8799b6d3da3394009b732fc4f0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:43:32 +0000 Subject: [PATCH 043/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/java/StyledMap (#1631) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/app/build.gradle b/tutorials/java/StyledMap/app/build.gradle index b579d9db0..589c93ba1 100644 --- a/tutorials/java/StyledMap/app/build.gradle +++ b/tutorials/java/StyledMap/app/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' From c60746cefe68784b9c4a0d0fe9d28872e67af911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:47:23 +0000 Subject: [PATCH 044/150] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.1 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1632) chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index e202a76e0..8aff6f831 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From d98c7e1f187a176583ddce3d29b6f35c14bf10f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:47:36 +0000 Subject: [PATCH 045/150] chore(deps): bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1633) chore(deps): bump androidx.appcompat:appcompat Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index 8aff6f831..06931ff31 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -38,7 +38,7 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation 'com.google.android.libraries.places:places:3.4.0' implementation 'com.android.volley:volley:1.2.1' From c41fc269972d9628a91c4a5ca78315c0f8c3dc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:51:06 +0000 Subject: [PATCH 046/150] chore(deps): bump com.google.android.libraries.places:places from 3.4.0 to 3.5.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1634) chore(deps): bump com.google.android.libraries.places:places Bumps com.google.android.libraries.places:places from 3.4.0 to 3.5.0. --- updated-dependencies: - dependency-name: com.google.android.libraries.places:places dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index 06931ff31..0bfa7a14d 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -40,7 +40,7 @@ dependencies { }) implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' - implementation 'com.google.android.libraries.places:places:3.4.0' + implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' implementation "androidx.core:core-ktx:1.13.1" From ce7783cf9938e290485ebbdeb8d4b6a6a72a6017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:49:31 +0000 Subject: [PATCH 047/150] chore(deps): bump com.google.maps.android:maps-compose from 5.0.1 to 5.0.2 in /snippets (#1635) chore(deps): bump com.google.maps.android:maps-compose in /snippets Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-compose/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 5ff46f715..3a7c1dd78 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -60,7 +60,7 @@ dependencies { // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android - implementation 'com.google.maps.android:maps-compose:5.0.1' + implementation 'com.google.maps.android:maps-compose:5.0.2' } // [END maps_android_compose_dependency] From 04ec9db369aeebab3470ac95e939e0c10fca868f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:37:54 +0000 Subject: [PATCH 048/150] chore(deps): bump com.google.maps.android:maps-compose from 5.0.2 to 5.0.3 in /snippets (#1636) chore(deps): bump com.google.maps.android:maps-compose in /snippets Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-compose/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 3a7c1dd78..1d211022b 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -60,7 +60,7 @@ dependencies { // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android - implementation 'com.google.maps.android:maps-compose:5.0.2' + implementation 'com.google.maps.android:maps-compose:5.0.3' } // [END maps_android_compose_dependency] From ed905e20e0bb9a9199403103bebbb789cb67d9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:33:25 +0000 Subject: [PATCH 049/150] chore(deps): bump com.android.application from 8.4.1 to 8.4.2 in /snippets (#1637) chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.4.1 to 8.4.2. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle b/snippets/build.gradle index 9a37799ca..0f7ae6070 100644 --- a/snippets/build.gradle +++ b/snippets/build.gradle @@ -7,7 +7,7 @@ buildscript { // [END maps_android_secrets_gradle_plugin_project_level_config] plugins { - id 'com.android.application' version '8.4.1' apply false + id 'com.android.application' version '8.4.2' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } From becf74aecf0aacb4b0bfccd969145f2244c3e8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:32:16 +0000 Subject: [PATCH 050/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2 in /snippets (#1638) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 1d211022b..13c430d8e 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 5c403e3fb..b14e37191 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' // [END_EXCLUDE] // KTX for the Maps SDK for Android library diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index eb10bae4b..7c73330c9 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.7.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.2" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 5f23b4785..e29e05761 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index f22718980..48ebd9b39 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' implementation 'com.google.android.libraries.places:places:3.5.0' // [END_EXCLUDE] From 292ce2dee93fdc1e47f87d63c341e60a052eb09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:32:24 +0000 Subject: [PATCH 051/150] chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta02 to 1.7.0-beta03 in /snippets (#1639) chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-beta02 to 1.7.0-beta03. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 13c430d8e..63584089f 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta02" + implementation "androidx.compose.foundation:foundation:1.7.0-beta03" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 48ebd9b39..e6e692398 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta02" + implementation "androidx.compose.foundation:foundation:1.7.0-beta03" implementation "androidx.compose.material:material:1.7.0-beta02" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' From 5846c6b8915f3aa34300ce0a637a1a2faed7bebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:35:45 +0000 Subject: [PATCH 052/150] chore(deps): bump androidx.compose.material:material from 1.7.0-beta02 to 1.7.0-beta03 in /snippets (#1640) chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-beta02 to 1.7.0-beta03. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 63584089f..4c81e84ca 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta02" + implementation "androidx.compose.material:material:1.7.0-beta03" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index e6e692398..2f97e81e7 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta02" + implementation "androidx.compose.material:material:1.7.0-beta03" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' From 394c7035fc65f20ac883ebde6a5701e6ea88ca9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:05:42 +0000 Subject: [PATCH 053/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/MapWithMarker (#1642) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/MapWithMarker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/build.gradle b/tutorials/java/MapWithMarker/build.gradle index 6f07e001a..03eee02a5 100644 --- a/tutorials/java/MapWithMarker/build.gradle +++ b/tutorials/java/MapWithMarker/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From d269c634a0269830c08d6fb708f41af14b9a2b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:13:05 +0000 Subject: [PATCH 054/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1643) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle index 470ccf9b2..12ab2ee8e 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From a0d43cd6945578b580ca48fac67464dcb7259edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:21:15 +0000 Subject: [PATCH 055/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1644) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle index 2742fb36c..e1778ad95 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From ec45541fb6c60c89227b1be5a7dd590d805174e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:21:30 +0000 Subject: [PATCH 056/150] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.1 to 2.8.2 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1645) chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.1 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index 0bfa7a14d..8f40ed86a 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From 5c742e46eec870999d90645c3387365f84d93041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:24:31 +0000 Subject: [PATCH 057/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /ApiDemos/kotlin (#1647) chore(deps): bump com.android.tools.build:gradle in /ApiDemos/kotlin Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/build.gradle b/ApiDemos/kotlin/build.gradle index 4259c3ca0..54dfa12a8 100644 --- a/ApiDemos/kotlin/build.gradle +++ b/ApiDemos/kotlin/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From 80794a5e4913e1db5c0ee9eea8d02a3c1734fdb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:24:42 +0000 Subject: [PATCH 058/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2 in /ApiDemos/kotlin (#1646) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index e03d3b899..fa443a867 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions From 96aecf88894e22bba79a8d5d54995cd162efd7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:27:02 +0000 Subject: [PATCH 059/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/kotlin/MapWithMarker (#1648) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/build.gradle b/tutorials/kotlin/MapWithMarker/build.gradle index 98d604d04..ed1806906 100644 --- a/tutorials/kotlin/MapWithMarker/build.gradle +++ b/tutorials/kotlin/MapWithMarker/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" From df5b5e8cda13a9904236122f949660a87609e108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:29:09 +0000 Subject: [PATCH 060/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/StyledMap (#1649) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/build.gradle b/tutorials/java/StyledMap/build.gradle index 5d95df739..ee783a0e2 100644 --- a/tutorials/java/StyledMap/build.gradle +++ b/tutorials/java/StyledMap/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From 657d0e6e3eb64927e5b1f415056ea03e3ce652be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:34:06 +0000 Subject: [PATCH 061/150] chore(deps): bump com.android.application from 8.4.1 to 8.5.0 in /WearOS (#1650) Bumps com.android.application from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/build.gradle b/WearOS/build.gradle index 070a75318..4d0c71487 100644 --- a/WearOS/build.gradle +++ b/WearOS/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.android.application' version '8.4.1' apply false + id 'com.android.application' version '8.5.0' apply false id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } \ No newline at end of file From d52ab609d8ed0e82ffedb4f04d16aabdfbc68f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:38:18 +0000 Subject: [PATCH 062/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/java/Polygons (#1651) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/build.gradle b/tutorials/java/Polygons/build.gradle index 5d95df739..ee783a0e2 100644 --- a/tutorials/java/Polygons/build.gradle +++ b/tutorials/java/Polygons/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From 65fcd8ecf051e0b8f46989cf519cf9d1533a743c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:43:27 +0000 Subject: [PATCH 063/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /ApiDemos/java (#1652) chore(deps): bump com.android.tools.build:gradle in /ApiDemos/java Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/build.gradle b/ApiDemos/java/build.gradle index 2e8066717..a559833af 100644 --- a/ApiDemos/java/build.gradle +++ b/ApiDemos/java/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" // NOTE: Do not place your application dependencies here; they belong From 78ef76972103642c2f71eb54dc862340e444ffe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:59:20 +0000 Subject: [PATCH 064/150] chore(deps): bump com.android.tools.build:gradle from 8.4.1 to 8.5.0 in /tutorials/kotlin/Polygons (#1653) chore(deps): bump com.android.tools.build:gradle Bumps com.android.tools.build:gradle from 8.4.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.tools.build:gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/build.gradle b/tutorials/kotlin/Polygons/build.gradle index 16e532566..6108d5ffe 100644 --- a/tutorials/kotlin/Polygons/build.gradle +++ b/tutorials/kotlin/Polygons/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:8.4.1' + classpath 'com.android.tools.build:gradle:8.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1" From 22d3202f0f29900327efc88b609e5ad692bacf5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:23:32 +0000 Subject: [PATCH 065/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.0 in /snippets (#1654) chore(deps): bump androidx.test.ext:junit in /snippets Bumps androidx.test.ext:junit from 1.1.5 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index b6761dd47..80032acbd 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' // [END_EXCLUDE] diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 4f7360485..d7467b3ab 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' // [END_EXCLUDE] From b438bd546ec098962d63a3318efe61d223bc157d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:23:56 +0000 Subject: [PATCH 066/150] chore(deps): bump com.google.maps.android:maps-compose from 5.0.3 to 5.0.4 in /snippets (#1656) chore(deps): bump com.google.maps.android:maps-compose in /snippets Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-compose/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 4c81e84ca..e5fdd2066 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -60,7 +60,7 @@ dependencies { // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android - implementation 'com.google.maps.android:maps-compose:5.0.3' + implementation 'com.google.maps.android:maps-compose:5.0.4' } // [END maps_android_compose_dependency] From fbce52169ecc2a7abaecc1b1ed31ea091dfa9eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:25:03 +0000 Subject: [PATCH 067/150] chore(deps): bump com.android.application from 8.4.2 to 8.5.0 in /snippets (#1641) chore(deps): bump com.android.application in /snippets Bumps com.android.application from 8.4.2 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/build.gradle b/snippets/build.gradle index 0f7ae6070..e22a1a636 100644 --- a/snippets/build.gradle +++ b/snippets/build.gradle @@ -7,7 +7,7 @@ buildscript { // [END maps_android_secrets_gradle_plugin_project_level_config] plugins { - id 'com.android.application' version '8.4.2' apply false + id 'com.android.application' version '8.5.0' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false } From f912316041ce5ab7e59ef8bfa0b99b43267ac6ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:26:13 +0000 Subject: [PATCH 068/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.0 in /snippets (#1655) chore(deps): bump androidx.test.espresso:espresso-core in /snippets Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.0. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index 80032acbd..ef0d78089 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' // [END_EXCLUDE] // KTX for the Places SDK for Android library diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index d7467b3ab..0dc68876f 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' // [END_EXCLUDE] // Utility Library for Maps SDK for Android From e6a109a8320cfc888905fa835a0b7d50e1b0b904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:59:46 +0000 Subject: [PATCH 069/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /snippets (#1657) chore(deps): bump com.google.android.gms:play-services-maps in /snippets Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-rx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 7c73330c9..54ed3fc0b 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -47,7 +47,7 @@ dependencies { // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you // have the latest features and bug fixes. - implementation "com.google.android.gms:play-services-maps:18.2.0" + implementation "com.google.android.gms:play-services-maps:19.0.0" implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.8' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 2f97e81e7..d80557ee3 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -66,7 +66,7 @@ dependencies { // [END_EXCLUDE] // Maps SDK for Android - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' } // [END maps_android_play_services_maps_dependency] From c5e8dc2cf6416f274ce13a062f5ed9242834455a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:10:19 +0000 Subject: [PATCH 070/150] chore(deps): bump androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04 in /snippets (#1659) chore(deps): bump androidx.compose.material:material in /snippets Bumps androidx.compose.material:material from 1.7.0-beta03 to 1.7.0-beta04. --- updated-dependencies: - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index e5fdd2066..1ff5e910e 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta03" + implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index d80557ee3..18853a498 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' implementation "androidx.compose.foundation:foundation:1.7.0-beta03" - implementation "androidx.compose.material:material:1.7.0-beta03" + implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' From 825a29554a9c116e5207c4ef22f4a74d5e529ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:10:32 +0000 Subject: [PATCH 071/150] chore(deps): bump androidx.test.ext:junit from 1.2.0 to 1.2.1 in /snippets (#1661) chore(deps): bump androidx.test.ext:junit in /snippets Bumps androidx.test.ext:junit from 1.2.0 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index ef0d78089..de2ced955 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' // [END_EXCLUDE] diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index 0dc68876f..b70c3d926 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.0' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' // [END_EXCLUDE] From 4175726cb4a778473815718e5766c9789c992bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:11:39 +0000 Subject: [PATCH 072/150] chore(deps): bump androidx.compose.foundation:foundation from 1.7.0-beta03 to 1.7.0-beta04 in /snippets (#1660) chore(deps): bump androidx.compose.foundation:foundation in /snippets Bumps androidx.compose.foundation:foundation from 1.7.0-beta03 to 1.7.0-beta04. --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 1ff5e910e..721ce64fd 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta03" + implementation "androidx.compose.foundation:foundation:1.7.0-beta04" implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 18853a498..64bec7067 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.compose.foundation:foundation:1.7.0-beta03" + implementation "androidx.compose.foundation:foundation:1.7.0-beta04" implementation "androidx.compose.material:material:1.7.0-beta04" implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' From 8523a90878dc52c265237d5f9abd86e4c64873a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:11:47 +0000 Subject: [PATCH 073/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1 in /snippets (#1658) chore(deps): bump androidx.test.espresso:espresso-core in /snippets Bumps androidx.test.espresso:espresso-core from 3.6.0 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-places-ktx/build.gradle | 2 +- snippets/app-utils/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-places-ktx/build.gradle b/snippets/app-places-ktx/build.gradle index de2ced955..89e701e0f 100644 --- a/snippets/app-places-ktx/build.gradle +++ b/snippets/app-places-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' // [END_EXCLUDE] // KTX for the Places SDK for Android library diff --git a/snippets/app-utils/build.gradle b/snippets/app-utils/build.gradle index b70c3d926..d96c0983f 100644 --- a/snippets/app-utils/build.gradle +++ b/snippets/app-utils/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' // [END_EXCLUDE] // Utility Library for Maps SDK for Android From 16c72391ec67abf2fcdb9c4fc942b5814c1ef8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:05:51 +0000 Subject: [PATCH 074/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/java/MapWithMarker (#1664) chore(deps): bump androidx.test.ext:junit Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 4c99ad0bc..650c51336 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } From c567b4a79c970dc04b6c376e4b85ba5fb1afcb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:07:25 +0000 Subject: [PATCH 075/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/java/MapWithMarker (#1663) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 650c51336..81dbff891 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From 2bd16eff45a51024d327d5ae463ec49d87fe9c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:11:16 +0000 Subject: [PATCH 076/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/java/StyledMap (#1665) chore(deps): bump androidx.test.ext:junit in /tutorials/java/StyledMap Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/app/build.gradle b/tutorials/java/StyledMap/app/build.gradle index 589c93ba1..006dd9539 100644 --- a/tutorials/java/StyledMap/app/build.gradle +++ b/tutorials/java/StyledMap/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } From e47087c0e88f0cc6594c6936a354f2939e6b6b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:12:31 +0000 Subject: [PATCH 077/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/java/StyledMap (#1666) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/app/build.gradle b/tutorials/java/StyledMap/app/build.gradle index 006dd9539..1219ad2e5 100644 --- a/tutorials/java/StyledMap/app/build.gradle +++ b/tutorials/java/StyledMap/app/build.gradle @@ -32,7 +32,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' From d82e0754b38c92cfb50e9c7fc922305d5652dfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:12:44 +0000 Subject: [PATCH 078/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/java/StyledMap (#1667) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/StyledMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/StyledMap/app/build.gradle b/tutorials/java/StyledMap/app/build.gradle index 1219ad2e5..acd43fa2e 100644 --- a/tutorials/java/StyledMap/app/build.gradle +++ b/tutorials/java/StyledMap/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From d9eb31640d82c0f547e54b2820f5500d600927dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:22:48 +0000 Subject: [PATCH 079/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /ApiDemos/java (#1669) chore(deps): bump androidx.test.ext:junit in /ApiDemos/java Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index 087a12a94..14cededc5 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -53,7 +53,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } From 52730df53c971b32608ded30c6bfffea635e9821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:23:02 +0000 Subject: [PATCH 080/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /ApiDemos/java (#1670) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index 14cededc5..ee6c297f8 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'com.google.android.gms:play-services-maps:18.2.0' + gmsImplementation 'com.google.android.gms:play-services-maps:19.0.0' // Tests testImplementation 'junit:junit:4.13.2' From ecff326444b4c58d01dc5f96a2a5a8a67801fd45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:24:01 +0000 Subject: [PATCH 081/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /ApiDemos/java (#1668) chore(deps): bump androidx.test.espresso:espresso-core in /ApiDemos/java Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index ee6c297f8..41e2c3347 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -54,7 +54,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From a484f0fae23b04c0fcb40955d71522268335ea00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:24:30 +0000 Subject: [PATCH 082/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/java/Polygons (#1673) chore(deps): bump androidx.test.ext:junit in /tutorials/java/Polygons Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/app/build.gradle b/tutorials/java/Polygons/app/build.gradle index 010ec7fe3..59ed317d7 100644 --- a/tutorials/java/Polygons/app/build.gradle +++ b/tutorials/java/Polygons/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } From 884d539ac334f6cdb16b214e2f0bea3e0908fca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:24:44 +0000 Subject: [PATCH 083/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/java/Polygons (#1672) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/app/build.gradle b/tutorials/java/Polygons/app/build.gradle index 59ed317d7..b25f43d8e 100644 --- a/tutorials/java/Polygons/app/build.gradle +++ b/tutorials/java/Polygons/app/build.gradle @@ -28,7 +28,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' From 88da13e4f47dd548b7db63242cc17091b469b29c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:25:07 +0000 Subject: [PATCH 084/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/kotlin/MapWithMarker (#1674) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index f11300ae0..7275a525a 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -40,7 +40,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From d547da739591ca76d4d509706ce433a25a9a4a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:25:21 +0000 Subject: [PATCH 085/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/kotlin/MapWithMarker (#1675) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index 7275a525a..60749fa62 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' // Tests testImplementation 'junit:junit:4.13.2' From 8f3cdc09759ec8551f28be16ef5bc8a6acad80cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:25:39 +0000 Subject: [PATCH 086/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /ApiDemos/kotlin (#1678) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index fa443a867..e41d4ce54 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -68,7 +68,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From c0ee2d1dfd09027b952934177175299eeb6e912b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:26:29 +0000 Subject: [PATCH 087/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/java/Polygons (#1671) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/Polygons/app/build.gradle b/tutorials/java/Polygons/app/build.gradle index b25f43d8e..5d74d699b 100644 --- a/tutorials/java/Polygons/app/build.gradle +++ b/tutorials/java/Polygons/app/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } secrets { From 71b2e30daa4d2e36986c08da02d293cbf60f994d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:27:02 +0000 Subject: [PATCH 088/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /ApiDemos/kotlin (#1677) chore(deps): bump androidx.test.ext:junit in /ApiDemos/kotlin Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index e41d4ce54..9d5c40744 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -67,7 +67,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } From 9e26ddcc464bf7ca3ab40daa4a7dacdc276a14e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:27:12 +0000 Subject: [PATCH 089/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/kotlin/MapWithMarker (#1676) chore(deps): bump androidx.test.ext:junit Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index 60749fa62..3d0dfeee3 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -39,7 +39,7 @@ dependencies { // Tests testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' } From 65ab509ede4519204e403345dc4e6cb37fe985d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:30:36 +0000 Subject: [PATCH 090/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1679) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index fe6e753a7..0d7df1638 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -29,7 +29,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'com.android.volley:volley:1.2.1' implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0") From 5bbb1e3f964bdf1e771e57db69dab84b023d82b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:56:04 +0000 Subject: [PATCH 091/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /WearOS (#1680) chore(deps): bump com.google.android.gms:play-services-maps in /WearOS Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- WearOS/Wearable/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WearOS/Wearable/build.gradle b/WearOS/Wearable/build.gradle index eebca1585..a156c9e1c 100644 --- a/WearOS/Wearable/build.gradle +++ b/WearOS/Wearable/build.gradle @@ -55,7 +55,7 @@ dependencies { // [END_EXCLUDE] compileOnly 'com.google.android.wearable:wearable:2.9.0' implementation 'com.google.android.support:wearable:2.9.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' // This dependency is necessary for ambient mode implementation 'androidx.wear:wear:1.3.0' From c70f0454d2cf63c1b23fe8b400e90c103015189f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:58:19 +0000 Subject: [PATCH 092/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1681) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index 8f40ed86a..aad187f12 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -39,7 +39,7 @@ dependencies { exclude group: 'com.android.support', module: 'support-annotations' }) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' implementation 'com.google.android.libraries.places:places:3.5.0' implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' From 19e97d0a7194e21c6a50eba607d9855a23b6805b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:59:34 +0000 Subject: [PATCH 093/150] chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in /tutorials/kotlin/Polygons (#1683) chore(deps): bump androidx.test.espresso:espresso-core Bumps androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/app/build.gradle b/tutorials/kotlin/Polygons/app/build.gradle index 183d7108b..c1ce98429 100644 --- a/tutorials/kotlin/Polygons/app/build.gradle +++ b/tutorials/kotlin/Polygons/app/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:18.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From c96f522cea27a57f8097d127e5ddde257d845735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:59:47 +0000 Subject: [PATCH 094/150] chore(deps): bump com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0 in /tutorials/kotlin/Polygons (#1682) chore(deps): bump com.google.android.gms:play-services-maps Bumps com.google.android.gms:play-services-maps from 18.2.0 to 19.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-maps dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/app/build.gradle b/tutorials/kotlin/Polygons/app/build.gradle index c1ce98429..0043bdc05 100644 --- a/tutorials/kotlin/Polygons/app/build.gradle +++ b/tutorials/kotlin/Polygons/app/build.gradle @@ -33,7 +33,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'com.google.android.gms:play-services-maps:18.2.0' + implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' From 6c2618e84a90c2c650662f04c2a80e97df0c6974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:01:00 +0000 Subject: [PATCH 095/150] chore(deps): bump androidx.test.ext:junit from 1.1.5 to 1.2.1 in /tutorials/kotlin/Polygons (#1684) chore(deps): bump androidx.test.ext:junit in /tutorials/kotlin/Polygons Bumps androidx.test.ext:junit from 1.1.5 to 1.2.1. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/Polygons/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/Polygons/app/build.gradle b/tutorials/kotlin/Polygons/app/build.gradle index 0043bdc05..a6903460f 100644 --- a/tutorials/kotlin/Polygons/app/build.gradle +++ b/tutorials/kotlin/Polygons/app/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:19.0.0' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" From e65d38ad50d6eb9bc34040abda760163ecd26261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:47:13 +0000 Subject: [PATCH 096/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3 in /snippets (#1685) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- snippets/app-utils-ktx/build.gradle | 2 +- snippets/app/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 721ce64fd..6f2425cd9 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index b14e37191..4bdd805d8 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' // [END_EXCLUDE] // KTX for the Maps SDK for Android library diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 54ed3fc0b..a50da1bfd 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -53,7 +53,7 @@ dependencies { // [START_EXCLUDE silent] implementation "androidx.appcompat:appcompat:1.7.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" implementation "com.google.maps.android:maps-ktx:5.0.0" diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index e29e05761..97b4817a7 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.0' implementation 'androidx.core:core-ktx:1.13.1' implementation "androidx.appcompat:appcompat:1.7.0" - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library diff --git a/snippets/app/build.gradle b/snippets/app/build.gradle index 64bec7067..6ed2a74a4 100644 --- a/snippets/app/build.gradle +++ b/snippets/app/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' implementation 'com.android.volley:volley:1.2.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' implementation 'com.google.android.libraries.places:places:3.5.0' // [END_EXCLUDE] From e46e4571d182d5ee801633ae8dde0179818d1e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:47:26 +0000 Subject: [PATCH 097/150] chore(deps): bump com.google.maps.android:maps-utils-ktx from 5.0.0 to 5.1.0 in /snippets (#1686) chore(deps): bump com.google.maps.android:maps-utils-ktx in /snippets Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-utils-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-utils-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 97b4817a7..3f3ca20c8 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -47,7 +47,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:5.0.0' + implementation 'com.google.maps.android:maps-utils-ktx:5.1.0' } // [END maps_android_utils_ktx_install_snippet] From 9a38ec2fa138e682b29f0c5743d35d895ca8739e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:47:42 +0000 Subject: [PATCH 098/150] chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /snippets (#1687) chore(deps): bump com.google.maps.android:maps-ktx in /snippets Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 4bdd805d8..32050125c 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:5.0.0' + implementation 'com.google.maps.android:maps-ktx:5.1.0' } // [END maps_android_ktx_install_snippet] diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index a50da1bfd..3133d7fd0 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" - implementation "com.google.maps.android:maps-ktx:5.0.0" + implementation "com.google.maps.android:maps-ktx:5.1.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0" // [END_EXCLUDE silent] } From 8566e6cb0e9757255f859e6fbfa1efcb65f94e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:05:15 +0000 Subject: [PATCH 099/150] chore(deps): bump com.google.maps.android:maps-compose from 5.0.4 to 6.0.0 in /snippets (#1688) chore(deps): bump com.google.maps.android:maps-compose in /snippets Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-compose/compare/v5.0.4...v6.0.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 6f2425cd9..17a447797 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -60,7 +60,7 @@ dependencies { // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android - implementation 'com.google.maps.android:maps-compose:5.0.4' + implementation 'com.google.maps.android:maps-compose:6.0.0' } // [END maps_android_compose_dependency] From 40ecdf1843b2ddda00e3bf60cc0847b7b45be4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:10:49 +0000 Subject: [PATCH 100/150] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3 in /ApiDemos/kotlin (#1690) chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 9d5c40744..213163c0f 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' // GMS - gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' // Below is used to run the easypermissions library to manage location permissions From a6ec7d111fbfccd59dabe6f5aead7e32ace8f892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:12:08 +0000 Subject: [PATCH 101/150] chore(deps): bump com.google.maps.android:maps-ktx from 5.0.0 to 5.1.0 in /ApiDemos/kotlin (#1691) chore(deps): bump com.google.maps.android:maps-ktx in /ApiDemos/kotlin Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ApiDemos/kotlin/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index 213163c0f..c64da8b3f 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -59,7 +59,7 @@ dependencies { // GMS gmsImplementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.3' - gmsImplementation 'com.google.maps.android:maps-ktx:5.0.0' + gmsImplementation 'com.google.maps.android:maps-ktx:5.1.0' // Below is used to run the easypermissions library to manage location permissions // EasyPermissions is needed to help us request for permission to access location From ca3425da4b80b03c99d346234aa0bf2e059c2f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 13:51:44 +0000 Subject: [PATCH 102/150] chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 to 2.8.3 in /tutorials/kotlin/CurrentPlaceDetailsOnMap (#1692) chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.2 to 2.8.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle index aad187f12..1b02ea19d 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/app/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.android.volley:volley:1.2.1' testImplementation'junit:junit:4.13.2' implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From 64f5b9472f9d5c0c073539bbf134bfa79cfa8cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:59:23 +0000 Subject: [PATCH 103/150] chore(deps): bump com.google.maps.android:maps-compose from 6.0.0 to 6.1.0 in /snippets (#1693) chore(deps): bump com.google.maps.android:maps-compose in /snippets Bumps [com.google.maps.android:maps-compose](https://github.com/googlemaps/android-maps-compose) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/googlemaps/android-maps-compose/releases) - [Changelog](https://github.com/googlemaps/android-maps-compose/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-compose/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-compose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-compose/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index 17a447797..f800d43f1 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -60,7 +60,7 @@ dependencies { // [END_EXCLUDE] // Android Maps Compose composables for the Maps SDK for Android - implementation 'com.google.maps.android:maps-compose:6.0.0' + implementation 'com.google.maps.android:maps-compose:6.1.0' } // [END maps_android_compose_dependency] From 4f9701920e4d876ee3ccb9215a5b1793878b5141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:59:33 +0000 Subject: [PATCH 104/150] chore(deps): bump com.google.maps.android:maps-utils-ktx from 5.1.0 to 5.1.1 in /snippets (#1694) chore(deps): bump com.google.maps.android:maps-utils-ktx in /snippets Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-utils-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-utils-ktx/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-utils-ktx/build.gradle b/snippets/app-utils-ktx/build.gradle index 3f3ca20c8..3137f15c1 100644 --- a/snippets/app-utils-ktx/build.gradle +++ b/snippets/app-utils-ktx/build.gradle @@ -47,7 +47,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:5.1.0' + implementation 'com.google.maps.android:maps-utils-ktx:5.1.1' } // [END maps_android_utils_ktx_install_snippet] From e231bc8a1d4305089a4e1fc08e5f2e78ea9d4b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:59:52 +0000 Subject: [PATCH 105/150] chore(deps): bump com.google.maps.android:maps-ktx from 5.1.0 to 5.1.1 in /snippets (#1695) chore(deps): bump com.google.maps.android:maps-ktx in /snippets Bumps [com.google.maps.android:maps-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-ktx/build.gradle | 2 +- snippets/app-rx/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/app-ktx/build.gradle b/snippets/app-ktx/build.gradle index 32050125c..04fbbf8a2 100644 --- a/snippets/app-ktx/build.gradle +++ b/snippets/app-ktx/build.gradle @@ -49,7 +49,7 @@ dependencies { // [END_EXCLUDE] // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:5.1.0' + implementation 'com.google.maps.android:maps-ktx:5.1.1' } // [END maps_android_ktx_install_snippet] diff --git a/snippets/app-rx/build.gradle b/snippets/app-rx/build.gradle index 3133d7fd0..9a92084e8 100644 --- a/snippets/app-rx/build.gradle +++ b/snippets/app-rx/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3" implementation "com.google.android.material:material:1.12.0" implementation "com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin:4.0.2" - implementation "com.google.maps.android:maps-ktx:5.1.0" + implementation "com.google.maps.android:maps-ktx:5.1.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0" // [END_EXCLUDE silent] } From 93e9bd953328f2c868666876cad75fd7cba80634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Wed, 10 Jul 2024 18:28:04 +0200 Subject: [PATCH 106/150] chore: removed dependabot workflow (#1696) --- .github/workflows/dependabot.yml | 33 -------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index f4c232b6a..000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: Dependabot -on: pull_request - -permissions: - contents: write - pull-requests: write - -jobs: - dependabot: - runs-on: ubuntu-latest - if: ${{ github.actor == 'dependabot[bot]' }} - env: - PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.SAMPLES_DEPENDABOT_TOKEN}} - steps: - - name: approve - run: gh pr review --approve "$PR_URL" - - name: merge - run: gh pr merge --auto --squash --delete-branch "$PR_URL" From 58cf1c38926741a17114c83279976db20a68d4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Wed, 10 Jul 2024 23:11:45 +0200 Subject: [PATCH 107/150] chore: fixed build after the dependabot updates (#1697) * chore: fixed build after the dependabot updates * chore: increased minSdk to 21 * chore: compose updated * chore: fixed duplicates issue * chore: fixed duplicates issues * chore: fixed duplicates issues --- ApiDemos/java/app/build.gradle | 7 +++---- ApiDemos/java/build.gradle | 5 +---- .../java/gradle/wrapper/gradle-wrapper.properties | 4 ++-- ApiDemos/kotlin/app/build.gradle | 2 +- .../kotlin/gradle/wrapper/gradle-wrapper.properties | 4 ++-- WearOS/gradle/wrapper/gradle-wrapper.properties | 4 ++-- snippets/app-compose/build.gradle | 5 ++--- snippets/gradle/wrapper/gradle-wrapper.properties | 12 ++++++------ .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- tutorials/java/MapWithMarker/app/build.gradle | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- tutorials/java/Polygons/app/build.gradle | 2 +- tutorials/java/Polygons/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- tutorials/java/StyledMap/app/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- tutorials/kotlin/MapWithMarker/app/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- 20 files changed, 40 insertions(+), 45 deletions(-) diff --git a/ApiDemos/java/app/build.gradle b/ApiDemos/java/app/build.gradle index 41e2c3347..ef7020bcd 100644 --- a/ApiDemos/java/app/build.gradle +++ b/ApiDemos/java/app/build.gradle @@ -11,7 +11,7 @@ android { defaultConfig { applicationId "com.example.mapdemo" - minSdk 19 + minSdk 21 targetSdk 34 versionCode 1 versionName "1.0" @@ -43,11 +43,10 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' - implementation "androidx.recyclerview:recyclerview:1.3.1" + implementation "androidx.recyclerview:recyclerview:1.3.2" implementation 'com.android.volley:volley:1.2.1' - + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")) // GMS gmsImplementation 'com.google.android.gms:play-services-maps:19.0.0' diff --git a/ApiDemos/java/build.gradle b/ApiDemos/java/build.gradle index a559833af..4c7d41738 100644 --- a/ApiDemos/java/build.gradle +++ b/ApiDemos/java/build.gradle @@ -19,12 +19,9 @@ allprojects { mavenLocal() google() mavenCentral() - flatDir { - dirs 'libs' - } } } -task clean(type: Delete) { +tasks.register('clean', Delete) { delete rootProject.buildDir } diff --git a/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties b/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties index 7a9d8749c..1e548e906 100644 --- a/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties +++ b/ApiDemos/java/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue May 07 08:42:16 CEST 2024 +#Wed Jul 10 22:13:55 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ApiDemos/kotlin/app/build.gradle b/ApiDemos/kotlin/app/build.gradle index c64da8b3f..0de426f98 100644 --- a/ApiDemos/kotlin/app/build.gradle +++ b/ApiDemos/kotlin/app/build.gradle @@ -11,7 +11,7 @@ android { compileSdk 34 defaultConfig { applicationId "com.example.kotlindemos" - minSdk 19 + minSdk 21 targetSdk 34 versionCode 1 versionName "1.0" diff --git a/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties b/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties index 3cb797990..aec9105bd 100644 --- a/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties +++ b/ApiDemos/kotlin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Tue May 07 08:42:40 CEST 2024 +#Wed Jul 10 22:13:18 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/WearOS/gradle/wrapper/gradle-wrapper.properties b/WearOS/gradle/wrapper/gradle-wrapper.properties index fb919c624..9fb31fc67 100644 --- a/WearOS/gradle/wrapper/gradle-wrapper.properties +++ b/WearOS/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 24 17:08:14 PDT 2024 +#Wed Jul 10 22:24:53 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/snippets/app-compose/build.gradle b/snippets/app-compose/build.gradle index f800d43f1..77d6f9ef4 100644 --- a/snippets/app-compose/build.gradle +++ b/snippets/app-compose/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' + id 'org.jetbrains.kotlin.plugin.compose' version "2.0.0" id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' } @@ -24,9 +25,7 @@ android { proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } - composeOptions { - kotlinCompilerExtensionVersion '1.5.0' - } + buildFeatures { compose true diff --git a/snippets/gradle/wrapper/gradle-wrapper.properties b/snippets/gradle/wrapper/gradle-wrapper.properties index d2c3da09f..becbcd1f5 100644 --- a/snippets/gradle/wrapper/gradle-wrapper.properties +++ b/snippets/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed May 01 14:29:09 CEST 2024 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists +#Wed Jul 10 22:14:33 CEST 2024 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties index f029d6879..454c55ae6 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:43:21 CEST 2024 +#Wed Jul 10 22:15:41 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/java/MapWithMarker/app/build.gradle b/tutorials/java/MapWithMarker/app/build.gradle index 81dbff891..51d60abdc 100644 --- a/tutorials/java/MapWithMarker/app/build.gradle +++ b/tutorials/java/MapWithMarker/app/build.gradle @@ -7,7 +7,7 @@ android { compileSdk 34 defaultConfig { applicationId "com.example.mapwithmarker" - minSdk 19 + minSdk 21 targetSdk 34 versionCode 1 versionName "1.0" @@ -26,8 +26,8 @@ android { } dependencies { - implementation 'com.google.android.gms:play-services-maps:18.2.0' - implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'com.google.android.gms:play-services-maps:19.0.0' + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")) implementation 'androidx.appcompat:appcompat:1.7.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' diff --git a/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties index 1fb1c93b4..261f84537 100644 --- a/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/MapWithMarker/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:46:26 CEST 2024 +#Wed Jul 10 22:16:57 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/java/Polygons/app/build.gradle b/tutorials/java/Polygons/app/build.gradle index 5d74d699b..dacce782d 100644 --- a/tutorials/java/Polygons/app/build.gradle +++ b/tutorials/java/Polygons/app/build.gradle @@ -26,9 +26,9 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:19.0.0' + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")) testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/tutorials/java/Polygons/build.gradle b/tutorials/java/Polygons/build.gradle index ee783a0e2..03eee02a5 100644 --- a/tutorials/java/Polygons/build.gradle +++ b/tutorials/java/Polygons/build.gradle @@ -21,6 +21,6 @@ allprojects { } } -task clean(type: Delete) { +tasks.register('clean', Delete) { delete rootProject.buildDir } diff --git a/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties index 44be27d77..a52580c21 100644 --- a/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/Polygons/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:48:57 CEST 2024 +#Wed Jul 10 22:17:21 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/java/StyledMap/app/build.gradle b/tutorials/java/StyledMap/app/build.gradle index acd43fa2e..0a1101100 100644 --- a/tutorials/java/StyledMap/app/build.gradle +++ b/tutorials/java/StyledMap/app/build.gradle @@ -30,9 +30,9 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.gms:play-services-maps:19.0.0' + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")) testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/tutorials/java/StyledMap/gradle/wrapper/gradle-wrapper.properties b/tutorials/java/StyledMap/gradle/wrapper/gradle-wrapper.properties index acfd336d5..5f9157f5f 100644 --- a/tutorials/java/StyledMap/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/java/StyledMap/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 24 17:07:25 PDT 2024 +#Wed Jul 10 22:17:43 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties index 834af080b..477c643c3 100644 --- a/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/CurrentPlaceDetailsOnMap/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:50:46 CEST 2024 +#Wed Jul 10 22:18:21 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/kotlin/MapWithMarker/app/build.gradle b/tutorials/kotlin/MapWithMarker/app/build.gradle index 3d0dfeee3..00a198aab 100644 --- a/tutorials/kotlin/MapWithMarker/app/build.gradle +++ b/tutorials/kotlin/MapWithMarker/app/build.gradle @@ -8,7 +8,7 @@ android { compileSdk 34 defaultConfig { applicationId "com.example.mapwithmarker" - minSdk 19 + minSdk 21 targetSdk 34 versionCode 1 versionName "1.0" diff --git a/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties index fd632dfde..7180069d9 100644 --- a/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/MapWithMarker/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:51:23 CEST 2024 +#Wed Jul 10 22:19:11 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties b/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties index b20602abf..b490b8cce 100644 --- a/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties +++ b/tutorials/kotlin/Polygons/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ -#Tue May 07 08:52:32 CEST 2024 +#Wed Jul 10 22:20:02 CEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 429748845447201869a02cf8888881a6142a0d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Mon, 22 Jul 2024 23:27:22 +0200 Subject: [PATCH 108/150] feat: added Kotlin MapColorScheme sample (#1712) * feat: added Kotlin MapColorScheme sample * chore: added header in XML file * feat: added Kotlin MapColorScheme sample * feat: Java demo --- ApiDemos/java/app/src/gms/AndroidManifest.xml | 5 +- .../com/example/mapdemo/DemoDetailsList.java | 5 +- .../com/example/mapdemo/MainActivity.java | 6 +- .../mapdemo/MapColorSchemeActivity.java | 60 ++++++++++ .../example/mapdemo/PolylineDemoActivity.java | 2 +- .../main/res/layout/map_color_scheme_demo.xml | 58 +++++++++ .../java/app/src/main/res/values/strings.xml | 6 + ApiDemos/kotlin/app/build.gradle | 5 +- .../kotlin/app/src/gms/AndroidManifest.xml | 113 +++++++++--------- .../AdvancedMarkersDemoActivity.kt | 3 +- .../example/kotlindemos/DemoDetailsList.kt | 7 +- .../kotlindemos/MapColorSchemeActivity.kt | 67 +++++++++++ .../gms/res/layout/map_color_scheme_demo.xml | 61 ++++++++++ .../app/src/main/res/values/strings.xml | 5 + 14 files changed, 335 insertions(+), 68 deletions(-) create mode 100755 ApiDemos/java/app/src/gms/java/com/example/mapdemo/MapColorSchemeActivity.java create mode 100644 ApiDemos/java/app/src/main/res/layout/map_color_scheme_demo.xml create mode 100644 ApiDemos/kotlin/app/src/gms/java/com/example/kotlindemos/MapColorSchemeActivity.kt create mode 100644 ApiDemos/kotlin/app/src/gms/res/layout/map_color_scheme_demo.xml diff --git a/ApiDemos/java/app/src/gms/AndroidManifest.xml b/ApiDemos/java/app/src/gms/AndroidManifest.xml index 3eaef5e9b..e572f5858 100644 --- a/ApiDemos/java/app/src/gms/AndroidManifest.xml +++ b/ApiDemos/java/app/src/gms/AndroidManifest.xml @@ -77,6 +77,9 @@ + @@ -84,7 +87,7 @@ android:name=".MarkerCloseInfoWindowOnRetapDemoActivity" android:label="@string/marker_close_info_window_on_retap_demo_label" /> googleMap.setMapColorScheme(MapColorScheme.LIGHT)); + + buttonDark.setOnClickListener(view -> googleMap.setMapColorScheme(MapColorScheme.DARK)); + + buttonFollowSystem.setOnClickListener(view -> googleMap.setMapColorScheme(MapColorScheme.FOLLOW_SYSTEM)); + } +} diff --git a/ApiDemos/java/app/src/gms/java/com/example/mapdemo/PolylineDemoActivity.java b/ApiDemos/java/app/src/gms/java/com/example/mapdemo/PolylineDemoActivity.java index 2aa5c1b4e..de634310b 100644 --- a/ApiDemos/java/app/src/gms/java/com/example/mapdemo/PolylineDemoActivity.java +++ b/ApiDemos/java/app/src/gms/java/com/example/mapdemo/PolylineDemoActivity.java @@ -13,7 +13,7 @@ // limitations under the License. -package com.example.mapdemo.polyline; +package com.example.mapdemo; import android.graphics.Color; import android.os.Bundle; diff --git a/ApiDemos/java/app/src/main/res/layout/map_color_scheme_demo.xml b/ApiDemos/java/app/src/main/res/layout/map_color_scheme_demo.xml new file mode 100644 index 000000000..5dcf1caa2 --- /dev/null +++ b/ApiDemos/java/app/src/main/res/layout/map_color_scheme_demo.xml @@ -0,0 +1,58 @@ + + + + + + + + + +