From 89d007be2c68bba9ff62781ff6290de77a6a9411 Mon Sep 17 00:00:00 2001 From: Mygod Date: Fri, 8 Mar 2019 13:37:15 -0500 Subject: [PATCH] Update dependencies --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- mobile/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ad47189b..49b8806c 100644 --- a/build.gradle +++ b/build.gradle @@ -12,8 +12,8 @@ buildscript { } } dependencies { - classpath "com.android.tools.build:gradle:3.3.1" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0' + classpath "com.android.tools.build:gradle:3.3.2" + classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' classpath 'com.google.gms:google-services:4.2.0' classpath 'io.fabric.tools:gradle:1.27.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7ac16b28..17de17a7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip diff --git a/mobile/build.gradle b/mobile/build.gradle index ed75078c..0c5e20ea 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -80,7 +80,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion" implementation 'androidx.preference:preference:1.1.0-alpha03' implementation "androidx.room:room-coroutines:$roomVersion" - implementation 'com.android.billingclient:billing:1.2' + implementation 'com.android.billingclient:billing:1.2.1' implementation 'com.github.luongvo:BadgeView:1.1.5' implementation 'com.github.topjohnwu.libsu:core:2.3.1' implementation 'com.google.android.material:material:1.0.0'