Support material switch

This commit is contained in:
Mygod
2022-05-31 21:19:23 -04:00
parent a11e8dea9c
commit 5f76575866
8 changed files with 52 additions and 19 deletions

View File

@@ -72,7 +72,6 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
kapt("androidx.room:room-compiler:$roomVersion")
implementation(kotlin("stdlib-jdk8"))
implementation("androidx.appcompat:appcompat:1.4.1") // https://issuetracker.google.com/issues/151603528
implementation("androidx.browser:browser:1.4.0")
implementation("androidx.core:core-ktx:1.8.0-rc02")
implementation("androidx.fragment:fragment-ktx:1.5.0-rc01")
@@ -83,7 +82,7 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.android.billingclient:billing-ktx:5.0.0")
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
implementation("com.google.android.material:material:1.6.1")
implementation("com.google.android.material:material:1.7.0-alpha02")
implementation("com.google.firebase:firebase-analytics-ktx:21.0.0")
implementation("com.google.firebase:firebase-crashlytics:18.2.11")
implementation("com.google.zxing:core:3.5.0")