We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75815d3 commit 77bd73cCopy full SHA for 77bd73c
dependencies.gradle
@@ -4,7 +4,7 @@ ext {
4
dagger = "com.google.dagger:dagger:$dagger_version"
5
daggerCompiler = "com.google.dagger:dagger-compiler:$dagger_version"
6
constraintLayout = "androidx.constraintlayout:constraintlayout:2.1.4"
7
- core = "androidx.core:core-ktx:1.10.1"
+ core = "androidx.core:core-ktx:1.15.0"
8
9
// Hilt
10
hilt = "com.google.dagger:hilt-android:$dagger_version"
0 commit comments