Skip to content

Commit 3637166

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

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.5.1'
3030
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3131

3232
// Logger

0 commit comments

Comments
 (0)