mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c2618e84a
commit
e65d38ad50
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user