Skip to content

Commit e09007e

Browse files
Update dependency androidx.appcompat:appcompat to v1.7.0-alpha02
1 parent 2faecf8 commit e09007e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6.0'
41+
implementation 'androidx.appcompat:appcompat:1.7.0-alpha02'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4343
implementation 'com.google.android.material:material:1.6.0'
4444
implementation project(':trashapp_common')

trashapp_common/build.gradle

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

37-
implementation 'androidx.appcompat:appcompat:1.6.0'
37+
implementation 'androidx.appcompat:appcompat:1.7.0-alpha02'
3838
implementation 'com.google.code.gson:gson:2.9.0'
3939
testImplementation 'junit:junit:4.13.2'
4040
androidTestImplementation 'androidx.test:runner:1.5.2'

0 commit comments

Comments
 (0)