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 214481d commit 6ed56f3Copy full SHA for 6ed56f3
java-demo/build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
implementation 'androidx.appcompat:appcompat:1.4.1'
33
implementation 'com.google.android.material:material:1.5.0'
34
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
35
- implementation 'androidx.core:core-ktx:+'
+ implementation 'androidx.core:core-ktx:1.7.0'
36
testImplementation 'junit:junit:4.+'
37
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
38
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
0 commit comments