File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
58
58
implementation(" com.firebaseui:firebase-ui-auth:9.0.0" )
59
59
60
60
// Support Libs
61
- implementation(" androidx.appcompat:appcompat:1.7.0 " )
61
+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
62
62
implementation(" androidx.vectordrawable:vectordrawable-animated:1.2.0" )
63
63
implementation(" androidx.cardview:cardview:1.0.0" )
64
64
implementation(" androidx.browser:browser:1.5.0" )
@@ -70,9 +70,9 @@ dependencies {
70
70
implementation(" androidx.startup:startup-runtime:1.2.0" )
71
71
72
72
// Android architecture components
73
- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0 " )
73
+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.1 " )
74
74
implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
75
- annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.9.0 " )
75
+ annotationProcessor(" androidx.lifecycle:lifecycle-compiler:2.9.1 " )
76
76
77
77
// Third-party libraries
78
78
implementation(" me.zhanghai.android.materialratingbar:library:1.4.0" )
Original file line number Diff line number Diff line change 2
2
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.10.0 " apply false
6
- id(" com.android.library" ) version " 8.10.0 " apply false
5
+ id(" com.android.application" ) version " 8.10.1 " apply false
6
+ id(" com.android.library" ) version " 8.10.1 " apply false
7
7
id(" org.jetbrains.kotlin.android" ) version " 2.1.21" apply false
8
8
id(" com.google.gms.google-services" ) version " 4.4.2" apply false
9
9
id(" androidx.navigation.safeargs" ) version " 2.9.0" apply false
You can’t perform that action at this time.
0 commit comments