Bump dependencies

This commit is contained in:
Patryk Mis 2022-08-11 20:33:28 +02:00 committed by Daniel Micay
parent f67021e975
commit 7634c00f59
1 changed files with 2 additions and 2 deletions

View File

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