Skip to content

Commit 78e0f54

Browse files
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0
1 parent 1beb1fd commit 78e0f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
52-
implementation 'androidx.appcompat:appcompat:1.6.1'
52+
implementation 'androidx.appcompat:appcompat:1.7.0'
5353
implementation 'androidx.core:core-ktx:1.12.0'
5454
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

0 commit comments

Comments
 (0)