We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b97c7 commit 5f3b424Copy full SHA for 5f3b424
app/build.gradle.kts
@@ -70,9 +70,9 @@ dependencies {
70
implementation("androidx.startup:startup-runtime:1.2.0")
71
72
// Android architecture components
73
- implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2")
+ implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3")
74
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
75
- annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.2")
+ annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.3")
76
77
// Third-party libraries
78
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")
0 commit comments