Skip to content

Commit

Permalink
chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx in /snippets
Browse files Browse the repository at this point in the history
Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.3 to 2.8.4.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent abcc8b5 commit 71908fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion snippets/app-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.3'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
// [END_EXCLUDE]

// Android Maps Compose composables for the Maps SDK for Android
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
// [END_EXCLUDE]

// KTX for the Maps SDK for Android library
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {

// [START_EXCLUDE silent]
implementation "androidx.appcompat:appcompat:1.7.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.3"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
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.1"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
// [END_EXCLUDE]

// KTX for the Maps SDK for Android Utility Library
Expand Down
2 changes: 1 addition & 1 deletion snippets/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.3'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
implementation 'com.google.android.libraries.places:places:3.5.0'
// [END_EXCLUDE]

Expand Down

0 comments on commit 71908fd

Please sign in to comment.