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 1beb1fd commit 78e0f54Copy full SHA for 78e0f54
base/build.gradle
@@ -49,7 +49,7 @@ android {
49
dependencies {
50
implementation fileTree(dir: 'libs', include: ['*.jar'])
51
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52
- implementation 'androidx.appcompat:appcompat:1.6.1'
+ implementation 'androidx.appcompat:appcompat:1.7.0'
53
implementation 'androidx.core:core-ktx:1.12.0'
54
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
55
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
0 commit comments