|
|
@@ -48,7 +48,7 @@ dependencies {
|
|
|
// Arch Components
|
|
|
implementation 'androidx.core:core-ktx:1.0.0'
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
|
|
- implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha06'
|
|
|
+ implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha07'
|
|
|
implementation 'androidx.room:room-runtime:2.1.0-alpha01'
|
|
|
kapt "androidx.room:room-compiler:2.1.0-alpha01"
|
|
|
kapt "androidx.lifecycle:lifecycle-compiler:2.0.0"
|
|
|
@@ -58,13 +58,14 @@ dependencies {
|
|
|
|
|
|
// Test libs
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- testImplementation 'org.mockito:mockito-core:2.7.6'
|
|
|
+ testImplementation 'org.mockito:mockito-core:2.19.0'
|
|
|
androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha01'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
|
|
|
- androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.0'
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.0'
|
|
|
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
|
|
|
- androidTestImplementation 'androidx.test:runner:1.1.0-beta02'
|
|
|
- androidTestImplementation 'androidx.test:rules:1.1.0-beta02'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.0'
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.0'
|
|
|
+ androidTestImplementation "androidx.arch.core:core-testing:2.0.0"
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-intents:3.0.2'
|
|
|
}
|