From 694ff302c3057ef04ece0859b50a024e9ebda9e7 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sat, 21 Jul 2018 14:41:40 +0800 Subject: [PATCH] Update dependencies --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- mobile/build.gradle | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 86882b59..8aed13ec 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.github.ben-manes.versions' buildscript { ext { - androidPluginVersion = '3.2.0-beta03' + androidPluginVersion = '3.2.0-beta04' kotlinVersion = '1.2.51' androidxVersion = '1.0.0-beta01' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index da435d83..a925d838 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-4.8.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip diff --git a/mobile/build.gradle b/mobile/build.gradle index 8ce5d2d9..a6d3d8b0 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -51,11 +51,11 @@ dependencies { implementation 'com.github.luongvo:BadgeView:1.1.5' implementation "com.google.android.material:material:$androidxVersion" implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.19.0' - implementation 'com.takisoft.preferencex:preferencex:1.0.0-alpha1' + implementation 'com.takisoft.preferencex:preferencex:1.0.0-alpha2' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.0-alpha3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha3' + androidTestImplementation 'androidx.test:runner:1.1.0-alpha4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' } kapt.generateStubs = true