|
|
|
@ -28,17 +28,17 @@ dependencies { |
|
|
|
|
testImplementation("junit:junit:4.13") |
|
|
|
|
testImplementation("org.mockito:mockito-inline:2.28.2") |
|
|
|
|
|
|
|
|
|
androidTestImplementation("androidx.test:runner:1.3.0") |
|
|
|
|
androidTestImplementation("androidx.test:rules:1.3.0") |
|
|
|
|
androidTestImplementation("androidx.test.ext:junit:1.1.2") |
|
|
|
|
androidTestImplementation("androidx.test:runner:1.4.0") |
|
|
|
|
androidTestImplementation("androidx.test:rules:1.4.0") |
|
|
|
|
androidTestImplementation("androidx.test.ext:junit:1.1.3") |
|
|
|
|
androidTestImplementation("org.mockito:mockito-android:2.28.2") |
|
|
|
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.2.0") |
|
|
|
|
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") |
|
|
|
|
|
|
|
|
|
api("androidx.exifinterface:exifinterface:1.3.2") |
|
|
|
|
api("androidx.lifecycle:lifecycle-common:2.2.0") |
|
|
|
|
api("com.google.android.gms:play-services-tasks:17.2.0") |
|
|
|
|
implementation("androidx.annotation:annotation:1.1.0") |
|
|
|
|
implementation("com.otaliastudios.opengl:egloo:0.5.3") |
|
|
|
|
api("androidx.lifecycle:lifecycle-common:2.3.1") |
|
|
|
|
api("com.google.android.gms:play-services-tasks:17.2.1") |
|
|
|
|
implementation("androidx.annotation:annotation:1.2.0") |
|
|
|
|
implementation("com.otaliastudios.opengl:egloo:0.6.1") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Publishing |
|
|
|
@ -58,9 +58,7 @@ publisher { |
|
|
|
|
auth.key = "BINTRAY_KEY" |
|
|
|
|
auth.repo = "BINTRAY_REPO" |
|
|
|
|
} |
|
|
|
|
directory { |
|
|
|
|
directory = file(repositories.mavenLocal().url).absolutePath |
|
|
|
|
} |
|
|
|
|
directory() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Code Coverage |
|
|
|
|