From 99ad685d69448d1a1db885021701723c3a6f0259 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 14 Aug 2020 08:17:21 +0800 Subject: [PATCH] Update dependencies --- build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- mobile/build.gradle.kts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5dc1df2b..b5805d97 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { dependencies { classpath(kotlin("gradle-plugin", kotlinVersion)) - classpath("com.android.tools.build:gradle:4.1.0-beta05") + classpath("com.android.tools.build:gradle:4.1.0-rc01") classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.0") classpath("com.google.android.gms:oss-licenses-plugin:0.10.2") classpath("com.google.gms:google-services:4.3.3") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bb8b2fc2..6c9a2247 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index cecd5564..8f20e2cb 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -87,8 +87,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") - implementation("com.google.firebase:firebase-analytics-ktx:17.4.4") - implementation("com.google.firebase:firebase-crashlytics:17.1.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") implementation("com.jakewharton.timber:timber:4.7.1") implementation("com.linkedin.dexmaker:dexmaker:2.28.0")