Update dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ apply plugin: 'com.github.ben-manes.versions'
|
|||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
androidPluginVersion = '3.2.0-beta03'
|
androidPluginVersion = '3.2.0-beta04'
|
||||||
kotlinVersion = '1.2.51'
|
kotlinVersion = '1.2.51'
|
||||||
androidxVersion = '1.0.0-beta01'
|
androidxVersion = '1.0.0-beta01'
|
||||||
}
|
}
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
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
|
||||||
|
|||||||
@@ -51,11 +51,11 @@ dependencies {
|
|||||||
implementation 'com.github.luongvo:BadgeView:1.1.5'
|
implementation 'com.github.luongvo:BadgeView:1.1.5'
|
||||||
implementation "com.google.android.material:material:$androidxVersion"
|
implementation "com.google.android.material:material:$androidxVersion"
|
||||||
implementation 'com.linkedin.dexmaker:dexmaker-mockito:2.19.0'
|
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"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
androidTestImplementation 'androidx.test:runner:1.1.0-alpha3'
|
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha3'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
|
||||||
}
|
}
|
||||||
|
|
||||||
kapt.generateStubs = true
|
kapt.generateStubs = true
|
||||||
|
|||||||
Reference in New Issue
Block a user