Update dependencies
This commit is contained in:
@@ -85,7 +85,7 @@ dependencies {
|
||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||
implementation("com.android.billingclient:billing-ktx:3.0.0")
|
||||
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
|
||||
implementation("com.google.android.material:material:1.2.0")
|
||||
implementation("com.google.android.material:material:1.2.1")
|
||||
implementation("com.google.firebase:firebase-analytics-ktx:17.5.0")
|
||||
implementation("com.google.firebase:firebase-crashlytics:17.2.1")
|
||||
implementation("com.google.zxing:core:3.4.0")
|
||||
@@ -96,7 +96,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9")
|
||||
testImplementation("junit:junit:4.13")
|
||||
androidTestImplementation("androidx.room:room-testing:$roomVersion")
|
||||
androidTestImplementation("androidx.test:runner:1.2.0")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0")
|
||||
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.1")
|
||||
androidTestImplementation("androidx.test:runner:1.3.0")
|
||||
androidTestImplementation("androidx.test.espresso:espresso-core:3.3.0")
|
||||
androidTestImplementation("androidx.test.ext:junit-ktx:1.1.2")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user