Skip to content

Commit

Permalink
Merge pull request #645 from AppDevNext/dependabot/gradle/androidx.li…
Browse files Browse the repository at this point in the history
…fecycle-lifecycle-runtime-ktx-2.8.4

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.2 to 2.8.4
  • Loading branch information
hannesa2 committed Jul 25, 2024
2 parents c5a3bcb + 752a175 commit ef8a710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LogcatCoreLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.2"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.2'
api 'com.jakewharton.timber:timber:5.0.1'
}
Expand Down
2 changes: 1 addition & 1 deletion LogcatCoreUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation "androidx.core:core-ktx:1.13.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.2"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
implementation 'androidx.recyclerview:recyclerview:1.3.2'
api 'com.google.android.material:material:1.12.0'
}
Expand Down

0 comments on commit ef8a710

Please sign in to comment.