Skip to content

Commit 54c8d45

Browse files
committed
release: switch 2.19 to beta version series, beta play store track
1 parent 0137b5c commit 54c8d45

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
@@ -86,8 +86,8 @@ android {
8686
//
8787
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
8888
// needed for upgrades to be offered correctly.
89-
versionCode=21900112
90-
versionName="2.19alpha12"
89+
versionCode=21900200
90+
versionName="2.19beta0"
9191
minSdk libs.versions.minSdk.get().toInteger()
9292

9393
// Stays until this is in a release: https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2
@@ -265,7 +265,7 @@ android {
265265

266266
play {
267267
serviceAccountCredentials.set(file("${homePath}/src/AnkiDroid-GCP-Publish-Credentials.json"))
268-
track.set('alpha')
268+
track.set('beta')
269269
}
270270

271271
// Install Git pre-commit hook for Ktlint

0 commit comments

Comments
 (0)