Skip to content

Commit b681a46

Browse files
fix(deps): update dependency androidx.appcompat:appcompat to v1.7.0
1 parent b129e5a commit b681a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626

2727
dependencies {
2828
implementation fileTree(include: ['*.jar'], dir: 'libs')
29-
implementation 'androidx.appcompat:appcompat:1.3.0'
29+
implementation 'androidx.appcompat:appcompat:1.7.0'
3030
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3131

3232
// Logger

0 commit comments

Comments
 (0)