diff --git a/build.gradle.kts b/build.gradle.kts index 78880366..928ac4f9 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-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") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 622ab64a..bb8b2fc2 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-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 3f929560..a49f7877 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -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")