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

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