|
|
@@ -25,6 +25,7 @@ android {
|
|
|
}
|
|
|
debug {
|
|
|
minifyEnabled false
|
|
|
+ applicationIdSuffix ".debug"
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
}
|
|
|
}
|
|
|
@@ -48,20 +49,20 @@ dependencies {
|
|
|
// Arch Components
|
|
|
implementation 'androidx.core:core-ktx:1.0.1'
|
|
|
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0'
|
|
|
- implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha07'
|
|
|
- implementation 'androidx.room:room-runtime:2.1.0-alpha02'
|
|
|
- kapt "androidx.room:room-compiler:2.1.0-alpha02"
|
|
|
+ implementation 'android.arch.navigation:navigation-fragment:1.0.0-alpha09'
|
|
|
+ implementation 'androidx.room:room-runtime:2.1.0-alpha03'
|
|
|
+ kapt "androidx.room:room-compiler:2.1.0-alpha03"
|
|
|
kapt "androidx.lifecycle:lifecycle-compiler:2.0.0"
|
|
|
|
|
|
// Test libs
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
testImplementation 'org.mockito:mockito-core:2.19.0'
|
|
|
- androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha02'
|
|
|
- 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'
|
|
|
- androidTestImplementation 'androidx.test:rules:1.1.0'
|
|
|
+ androidTestImplementation 'androidx.room:room-testing:2.1.0-alpha03'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.1'
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.1'
|
|
|
+ androidTestImplementation 'androidx.annotation:annotation:1.0.1'
|
|
|
+ androidTestImplementation 'androidx.test:runner:1.1.1'
|
|
|
+ androidTestImplementation 'androidx.test:rules:1.1.1'
|
|
|
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'
|