0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

release: switch 2.19 to beta version series, beta play store track

This commit is contained in:
Mike Hardy 2024-08-23 12:33:51 -05:00
parent 0137b5c50b
commit 54c8d458fb

View File

@ -86,8 +86,8 @@ android {
//
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
// needed for upgrades to be offered correctly.
versionCode=21900112
versionName="2.19alpha12"
versionCode=21900200
versionName="2.19beta0"
minSdk libs.versions.minSdk.get().toInteger()
// Stays until this is in a release: https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2
@ -265,7 +265,7 @@ android {
play {
serviceAccountCredentials.set(file("${homePath}/src/AnkiDroid-GCP-Publish-Credentials.json"))
track.set('alpha')
track.set('beta')
}
// Install Git pre-commit hook for Ktlint