Skip to content

Commit f23b24c

Browse files
Update appcompat from 1.2.0 to 1.7.0
1 parent 0c18fed commit f23b24c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ android {
4343

4444
dependencies {
4545

46-
implementation "androidx.appcompat:appcompat:1.2.0"
47-
implementation "androidx.annotation:annotation:1.8.2"
46+
implementation 'androidx.appcompat:appcompat:1.7.0'
47+
implementation 'androidx.annotation:annotation:1.9.1'
4848

4949
testImplementation 'junit:junit:4.13.2'
5050
testImplementation 'org.robolectric:robolectric:4.12.2'

0 commit comments

Comments
 (0)