Added november 2020 flavor

bs
Laurent 5 years ago
parent 6a7a04a9e8
commit 95cc8ca329
  1. 5
      app/build.gradle
  2. 1
      app/src/main/java/net/pokeranalytics/android/util/billing/AppGuard.kt

@ -74,6 +74,11 @@ android {
versionNameSuffix = '_april2021'
versionCode = 52100 + android.defaultConfig.versionCode
}
nov2020 {
dimension = 'endOfUse'
versionNameSuffix = '_nov2020'
versionCode = 52110 + android.defaultConfig.versionCode
}
}
configurations {

@ -76,6 +76,7 @@ object AppGuard : PurchasesUpdatedListener {
"june2020" -> "01/6/2020"
"august2020" -> "01/8/2020"
"april2021" -> "09/4/2021"
"nov2020" -> "01/11/2020"
else -> null
}

Loading…
Cancel
Save