We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408ba41 commit eb56883Copy full SHA for eb56883
2 files changed
app/build.gradle
@@ -33,7 +33,7 @@ android {
33
}
34
35
dependencies {
36
- implementation 'androidx.core:core-ktx:1.13.1'
+ implementation 'androidx.core:core-ktx:1.16.0'
37
implementation 'androidx.appcompat:appcompat:1.7.0'
38
implementation 'com.google.android.material:material:1.12.0'
39
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
pena/build.gradle
@@ -50,7 +50,7 @@ android {
50
51
52
53
54
implementation 'androidx.test.ext:junit-ktx:1.2.1'
55
testImplementation 'junit:junit:4.13.2'
56
testImplementation 'org.robolectric:robolectric:4.14.1'
0 commit comments