We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a5bfe commit 5485786Copy full SHA for 5485786
app/build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
implementation fileTree(dir: 'libs', include: ['*.jar'])
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
59
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
60
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.appcompat:appcompat:1.4.0'
61
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
62
implementation 'com.google.android.material:material:1.4.0'
63
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
0 commit comments