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 16f2305 commit bed243fCopy full SHA for bed243f
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.3")
+ implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
74
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
75
- annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.3")
+ annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.4")
76
77
// Third-party libraries
78
implementation("me.zhanghai.android.materialratingbar:library:1.4.0")
0 commit comments