Update dependencies

This commit is contained in:
Mygod
2019-03-08 13:37:15 -05:00
parent 317e2121c2
commit 89d007be2c
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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

View File

@@ -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'