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 efc519c commit 081dd51Copy full SHA for 081dd51
app/build.gradle
@@ -78,7 +78,7 @@ android {
78
dependencies {
79
implementation fileTree(dir: 'libs', include: ['*.jar'])
80
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
81
- implementation 'androidx.appcompat:appcompat:1.7.0'
+ implementation 'androidx.appcompat:appcompat:1.7.1'
82
implementation 'androidx.core:core-ktx:1.16.0'
83
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
84
0 commit comments