Update dependencies

This commit is contained in:
Mygod
2018-07-21 14:41:40 +08:00
parent ef60133819
commit 694ff302c3
3 changed files with 5 additions and 5 deletions

View File

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

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-4.8.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

View File

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