Update dependencies
This commit is contained in:
@@ -13,7 +13,7 @@ buildscript {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath(kotlin("gradle-plugin", kotlinVersion))
|
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.github.ben-manes:gradle-versions-plugin:0.28.0")
|
||||||
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0")
|
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0")
|
||||||
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
|
classpath("com.google.android.gms:oss-licenses-plugin:0.10.2")
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -86,8 +86,8 @@ dependencies {
|
|||||||
implementation("com.android.billingclient:billing-ktx:3.0.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.gms:play-services-oss-licenses:17.0.0")
|
||||||
implementation("com.google.android.material:material:1.2.0-beta01")
|
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-analytics-ktx:17.4.4")
|
||||||
implementation("com.google.firebase:firebase-crashlytics:17.1.0")
|
implementation("com.google.firebase:firebase-crashlytics:17.1.1")
|
||||||
implementation("com.google.zxing:core:3.4.0")
|
implementation("com.google.zxing:core:3.4.0")
|
||||||
implementation("com.jakewharton.timber:timber:4.7.1")
|
implementation("com.jakewharton.timber:timber:4.7.1")
|
||||||
implementation("com.linkedin.dexmaker:dexmaker:2.28.0")
|
implementation("com.linkedin.dexmaker:dexmaker:2.28.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user