Skip to content

Commit a995a18

Browse files
committed
release: prepare version number for beta releases
set track to beta as I was going to promote it immediately anyway by my reading, this will "supersede" the "closed testing" track (which we call "alpha") because it's a higher version code, and those users will be served the APKs we push to beta (and production) until we start up 2.22alpha track
1 parent f6e9d06 commit a995a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AnkiDroid/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ android {
8585
//
8686
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
8787
// needed for upgrades to be offered correctly.
88-
versionCode=22100122
89-
versionName="2.21alpha22"
88+
versionCode=22100200
89+
versionName="2.21.0beta0"
9090
minSdk = libs.versions.minSdk.get().toInteger()
9191

9292
// After #13695: change .tests_emulator.yml
@@ -264,7 +264,7 @@ android {
264264

265265
play {
266266
serviceAccountCredentials.set(file("${homePath}/src/AnkiDroid-GCP-Publish-Credentials.json"))
267-
track.set('alpha')
267+
track.set('beta')
268268

269269
// any time we bump minSdk we want Play Store to retain the old artifacts by version code,
270270
// so that they remain available for older devices

0 commit comments

Comments
 (0)