We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a3d7 commit 517c107Copy full SHA for 517c107
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.6.1'
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.4'
0 commit comments