|
@@ -56,7 +56,8 @@ configurations {
|
|
|
}
|
|
|
|
|
|
ext {
|
|
|
- daggerVersion = "2.36"
|
|
|
+ androidxTestVersion = "1.4.0"
|
|
|
+ daggerVersion = "2.36"
|
|
|
markwonVersion = "4.6.2"
|
|
|
prismVersion = "2.0.0"
|
|
|
androidLibraryVersion = "master-SNAPSHOT"
|
|
@@ -341,7 +342,7 @@ dependencies {
|
|
|
// dependencies for local unit tests
|
|
|
testImplementation 'junit:junit:4.13.2'
|
|
|
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
|
|
- testImplementation 'androidx.test:core:1.4.0'
|
|
|
+ testImplementation "androidx.test:core:$androidxTestVersion"
|
|
|
testImplementation "org.powermock:powermock-core:$powermockVersion"
|
|
|
testImplementation "org.powermock:powermock-module-junit4:$powermockVersion"
|
|
|
testImplementation "org.powermock:powermock-api-mockito2:$powermockVersion"
|
|
@@ -354,10 +355,10 @@ dependencies {
|
|
|
// dependencies for instrumented tests
|
|
|
// JUnit4 Rules
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
- androidTestImplementation 'androidx.test:rules:1.4.0'
|
|
|
+ androidTestImplementation "androidx.test:rules:$androidxTestVersion"
|
|
|
// Android JUnit Runner
|
|
|
- androidTestImplementation 'androidx.test:runner:1.3.0'
|
|
|
- androidTestUtil 'androidx.test:orchestrator:1.4.0'
|
|
|
+ androidTestImplementation "androidx.test:runner:$androidxTestVersion"
|
|
|
+ androidTestUtil "androidx.test:orchestrator:$androidxTestVersion"
|
|
|
|
|
|
// Espresso core
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:$espressoVersion"
|