Environment update

blinds
Laurent 4 years ago
parent 0c2b5b0e10
commit 6b334da9b3
  1. 26
      app/build.gradle

@ -35,8 +35,8 @@ android {
applicationId "net.pokeranalytics.android"
minSdkVersion 23
targetSdkVersion 30
versionCode 129
versionName "5.4.6"
versionCode 130
versionName "5.4.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -69,25 +69,15 @@ android {
}
}
flavorDimensions 'endOfUse'
productFlavors { // already used: 50000, 51000, 52000
productFlavors { // already used: 50000, 51000, 52000, 52130, 52110, 52120
standard {
dimension = 'endOfUse'
}
april2021 {
dimension = 'endOfUse'
versionNameSuffix = '_april2021'
versionCode = 52130 + android.defaultConfig.versionCode
}
nov2020 {
dimension = 'endOfUse'
versionNameSuffix = '_nov2020'
versionCode = 52110 + android.defaultConfig.versionCode
}
oct2021 {
dimension = 'endOfUse'
versionNameSuffix = '_oct2021'
versionCode = 52120 + android.defaultConfig.versionCode
}
// oct2021 {
// dimension = 'endOfUse'
// versionNameSuffix = '_oct2021'
// versionCode = 52120 + android.defaultConfig.versionCode
// }
}
configurations {

Loading…
Cancel
Save