Skip to content

Commit 24f97b5

Browse files
Update dependency androidx.appcompat:appcompat to v1.6.0-rc01
1 parent 837639b commit 24f97b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
dependencies {
3939
implementation fileTree(dir: 'libs', include: ['*.jar'])
4040

41-
implementation 'androidx.appcompat:appcompat:1.3.0'
41+
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4343
implementation 'com.google.android.material:material:1.3.0'
4444
implementation project(':trashapp_common')

trashapp_common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
dependencies {
3737
implementation fileTree(dir: 'libs', include: ['*.jar'])
3838

39-
implementation 'androidx.appcompat:appcompat:1.3.0'
39+
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
4040
implementation 'com.google.code.gson:gson:2.8.5'
4141
testImplementation 'junit:junit:4.12'
4242
androidTestImplementation 'androidx.test:runner:1.3.0'

0 commit comments

Comments
 (0)