update AndroidX appcompat library to 1.4.2

This commit is contained in:
Daniel Micay 2022-06-04 11:02:25 -04:00
parent 8cd685c8c7
commit 6a6a263b0b
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.appcompat:appcompat:1.4.2")
implementation("com.google.android.material:material:1.6.0")
}