update appcompat and material

Signed-off-by: June <june@eridan.me>
This commit is contained in:
June 2022-01-23 00:53:48 +00:00 committed by Daniel Micay
parent 7b6cc83a54
commit 846757d3fb
1 changed files with 2 additions and 2 deletions

View File

@ -63,6 +63,6 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.4.0")
implementation("com.google.android.material:material:1.4.0")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("com.google.android.material:material:1.5.0")
}