Move buildType to flavor and add hashes for pinning of androidTest dependencies

This commit is contained in:
Torsten Grote
2018-07-27 12:40:53 -03:00
parent 05fbb87c06
commit 412381f37e
6 changed files with 43 additions and 24 deletions

View File

@@ -15,12 +15,6 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
debug
screenshot
release
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8