diff --git a/app/build.gradle b/app/build.gradle index 83b7262e..086f2cb7 100644 --- a/app/build.gradle +++ b/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 {