File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ dependencies {
7070 implementation(" androidx.startup:startup-runtime:1.2.0" )
7171
7272 // Android architecture components
73- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.6 " )
73+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
7474 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
75- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.6 " )
75+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.8.7 " )
7676
7777 // Third-party libraries
7878 implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change 22import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
33
44plugins {
5- id(" com.android.application" ) version " 8.7.1 " apply false
6- id(" com.android.library" ) version " 8.7.1 " apply false
5+ id(" com.android.application" ) version " 8.7.2 " apply false
6+ id(" com.android.library" ) version " 8.7.2 " apply false
77 id(" org.jetbrains.kotlin.android" ) version " 2.0.21" apply false
88 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
99 id(" androidx.navigation.safeargs" ) version " 2.8.3" apply false
You can’t perform that action at this time.
0 commit comments