We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61db10f commit 9b0927aCopy full SHA for 9b0927a
app/build.gradle
@@ -37,7 +37,7 @@ 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.0'
+ implementation 'androidx.appcompat:appcompat:1.4.1'
41
implementation 'androidx.core:core-ktx:1.7.0'
42
implementation 'com.google.android.material:material:1.4.0'
43
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
0 commit comments