Support material switch
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user