Update dependencies

This commit is contained in:
Mygod
2021-06-04 00:50:53 -04:00
parent 76b14b701c
commit 8e9808895f
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
dependencies { dependencies {
classpath(kotlin("gradle-plugin", "1.5.10")) classpath(kotlin("gradle-plugin", "1.5.10"))
classpath("com.android.tools.build:gradle:7.0.0-beta03") classpath("com.android.tools.build:gradle:7.0.0-beta03")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.6.1") classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("com.google.gms:google-services:4.3.8") classpath("com.google.gms:google-services:4.3.8")
} }

View File

@@ -72,7 +72,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib-jdk8"))
implementation("androidx.appcompat:appcompat:1.3.0") // https://issuetracker.google.com/issues/151603528 implementation("androidx.appcompat:appcompat:1.3.0") // https://issuetracker.google.com/issues/151603528
implementation("androidx.browser:browser:1.3.0") implementation("androidx.browser:browser:1.3.0")
implementation("androidx.core:core-ktx:1.6.0-beta01") implementation("androidx.core:core-ktx:1.6.0-beta02")
implementation("androidx.emoji:emoji:1.1.0") implementation("androidx.emoji:emoji:1.1.0")
implementation("androidx.fragment:fragment-ktx:1.3.4") implementation("androidx.fragment:fragment-ktx:1.3.4")
implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion") implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion")
@@ -83,9 +83,9 @@ dependencies {
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.android.billingclient:billing-ktx:4.0.0") implementation("com.android.billingclient:billing-ktx:4.0.0")
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
implementation("com.google.android.material:material:1.4.0-beta01") implementation("com.google.android.material:material:1.4.0-rc01")
implementation("com.google.firebase:firebase-analytics-ktx:19.0.0") implementation("com.google.firebase:firebase-analytics-ktx:19.0.0")
implementation("com.google.firebase:firebase-crashlytics:18.0.0") implementation("com.google.firebase:firebase-crashlytics:18.0.1")
implementation("com.google.zxing:core:3.4.1") implementation("com.google.zxing:core:3.4.1")
implementation("com.jakewharton.timber:timber:4.7.1") implementation("com.jakewharton.timber:timber:4.7.1")
implementation("com.linkedin.dexmaker:dexmaker:2.28.1") implementation("com.linkedin.dexmaker:dexmaker:2.28.1")