update appcompat to 1.5.1

This commit is contained in:
Daniel Micay 2022-09-12 21:21:26 -04:00
parent ea9a57fabe
commit a29ec202a7
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.5.0")
implementation("androidx.appcompat:appcompat:1.5.1")
implementation("com.google.android.material:material:1.6.1")
}