Skip to content

Commit d12e6ab

Browse files
Update dependency androidx.appcompat:appcompat to v1.4.2
1 parent 6df6b7f commit d12e6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323

2424
dependencies {
2525
implementation fileTree(dir: 'libs', include: ['*.jar'])
26-
implementation 'androidx.appcompat:appcompat:1.0.2'
26+
implementation 'androidx.appcompat:appcompat:1.4.2'
2727
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
2828
implementation project(':toast')
2929
}

toast/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'androidx.appcompat:appcompat:1.0.2'
26+
implementation 'androidx.appcompat:appcompat:1.4.2'
2727
}

0 commit comments

Comments
 (0)