Skip to content

Commit 33987c6

Browse files
Bump androidx.appcompat:appcompat from 1.1.0 to 1.6.1
Bumps androidx.appcompat:appcompat from 1.1.0 to 1.6.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90f1b6c commit 33987c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636
implementation project(':library')
3737
//Support
38-
implementation 'androidx.appcompat:appcompat:1.1.0'
38+
implementation 'androidx.appcompat:appcompat:1.6.1'
3939
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4040
implementation 'com.google.android.material:material:1.0.0'
4141
//Firebase

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ android {
2828
}
2929

3030
dependencies {
31-
implementation 'androidx.appcompat:appcompat:1.1.0'
31+
implementation 'androidx.appcompat:appcompat:1.6.1'
3232
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3333
}

0 commit comments

Comments
 (0)