We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b790890 commit 8394c62Copy full SHA for 8394c62
app/build.gradle
@@ -37,8 +37,8 @@ dependencies {
37
implementation fileTree(dir: 'libs', include: ['*.jar'])
38
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
39
40
- implementation 'androidx.appcompat:appcompat:1.4.1'
41
- implementation 'androidx.core:core-ktx:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'androidx.core:core-ktx:1.8.0'
42
implementation 'com.google.android.material:material:1.6.1'
43
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
44
0 commit comments