Added different flavors so that ad-unit-id neednt be switched for tests / releases
This commit is contained in:
@ -16,8 +16,8 @@ android {
|
||||
applicationId 'de.frajul.endlessroll'
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
versionCode 8
|
||||
versionName '0.7.1'
|
||||
versionCode 9
|
||||
versionName '1.0'
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
@ -25,7 +25,14 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
flavorDimensions 'releaseTargetGroup'
|
||||
productFlavors {
|
||||
flavorStoreRelease {
|
||||
dimension 'releaseTargetGroup'
|
||||
}
|
||||
flavorTest {
|
||||
dimension 'releaseTargetGroup'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user