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 98caf92 commit 24c0b5dCopy full SHA for 24c0b5d
app/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
exclude([group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"])
39
}
40
implementation fileTree(dir: 'libs', include: ['*.jar'])
41
- implementation 'androidx.appcompat:appcompat:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.7.1'
42
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
43
implementation 'androidx.preference:preference:1.2.1'
44
testImplementation 'junit:junit:4.13.2'
0 commit comments