|
|
|
@ -10,7 +10,7 @@ group = 'com.otaliastudios' |
|
|
|
|
|
|
|
|
|
android { |
|
|
|
|
compileSdkVersion rootProject.ext.compileSdkVersion |
|
|
|
|
buildToolsVersion rootProject.ext.buildToolsVersion |
|
|
|
|
// buildToolsVersion rootProject.ext.buildToolsVersion |
|
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
|
|
minSdkVersion rootProject.ext.minSdkVersion |
|
|
|
@ -42,11 +42,11 @@ dependencies { |
|
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
|
testImplementation 'org.mockito:mockito-core:1.10.19' |
|
|
|
|
|
|
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.1' |
|
|
|
|
androidTestImplementation 'com.android.support.test:rules:1.0.1' |
|
|
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2' |
|
|
|
|
androidTestImplementation 'com.android.support.test:rules:1.0.2' |
|
|
|
|
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' |
|
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' |
|
|
|
|
|
|
|
|
|
api "com.android.support:exifinterface:$supportLibVersion" |
|
|
|
|
implementation "com.android.support:support-annotations:$supportLibVersion" |
|
|
|
|