|
|
|
@ -39,17 +39,17 @@ android { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
testCompile 'junit:junit:4.12' |
|
|
|
|
testCompile 'org.mockito:mockito-core:1.10.19' |
|
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
|
testImplementation 'org.mockito:mockito-core:1.10.19' |
|
|
|
|
|
|
|
|
|
androidTestCompile 'com.android.support.test:runner:1.0.1' |
|
|
|
|
androidTestCompile 'com.android.support.test:rules:1.0.1' |
|
|
|
|
androidTestCompile 'com.google.dexmaker:dexmaker:1.2' |
|
|
|
|
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2' |
|
|
|
|
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.1' |
|
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.1' |
|
|
|
|
androidTestImplementation 'com.android.support.test:rules:1.0.1' |
|
|
|
|
androidTestImplementation 'com.google.dexmaker:dexmaker:1.2' |
|
|
|
|
androidTestImplementation 'com.google.dexmaker:dexmaker-mockito:1.2' |
|
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' |
|
|
|
|
|
|
|
|
|
compile "com.android.support:exifinterface:$supportLibVersion" |
|
|
|
|
compile "com.android.support:support-annotations:$supportLibVersion" |
|
|
|
|
implementation "com.android.support:exifinterface:$supportLibVersion" |
|
|
|
|
implementation "com.android.support:support-annotations:$supportLibVersion" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//endregion |
|
|
|
@ -178,9 +178,7 @@ apply plugin: 'jacoco' |
|
|
|
|
|
|
|
|
|
def reportsDirectory = "$buildDir/reports/" |
|
|
|
|
jacoco { |
|
|
|
|
// Using a different version might get 0 coverage reports. |
|
|
|
|
// No time to investigate now. |
|
|
|
|
toolVersion = "0.7.6.201602180812" |
|
|
|
|
toolVersion = "0.7.4+" |
|
|
|
|
reportsDir = file(reportsDirectory) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|