Update dependencies

This commit is contained in:
Mygod
2020-07-09 07:09:17 +08:00
parent 12cd1b03ed
commit 845574144d
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath(kotlin("gradle-plugin", kotlinVersion))
classpath("com.android.tools.build:gradle:4.1.0-beta02")
classpath("com.android.tools.build:gradle:4.1.0-beta03")
classpath("com.github.ben-manes:gradle-versions-plugin:0.28.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -86,8 +86,8 @@ dependencies {
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-beta01")
implementation("com.google.firebase:firebase-analytics-ktx:17.4.3")
implementation("com.google.firebase:firebase-crashlytics:17.1.0")
implementation("com.google.firebase:firebase-analytics-ktx:17.4.4")
implementation("com.google.firebase:firebase-crashlytics:17.1.1")
implementation("com.google.zxing:core:3.4.0")
implementation("com.jakewharton.timber:timber:4.7.1")
implementation("com.linkedin.dexmaker:dexmaker:2.28.0")