We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5553093 commit 79e80d0Copy full SHA for 79e80d0
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.3.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.1'
0 commit comments