Skip to content

Commit d4d48b9

Browse files
committed
build: prepare main for 2.19 development alpha series
1 parent 7af0e3a commit d4d48b9

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
@@ -74,8 +74,8 @@ android {
7474
//
7575
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
7676
// needed for upgrades to be offered correctly.
77-
versionCode=21800300
78-
versionName="2.18.0"
77+
versionCode=21900100
78+
versionName="2.19alpha0"
7979
minSdk 23 // also in testlib/build.gradle.kts
8080
// After #13695: change .tests_emulator.yml
8181
targetSdk 33 // also in [api|testlib]/build.gradle.kts and ../robolectricDownloader.gradle
@@ -245,7 +245,7 @@ android {
245245

246246
play {
247247
serviceAccountCredentials.set(file("${homePath}/src/AnkiDroid-GCP-Publish-Credentials.json"))
248-
track.set('beta')
248+
track.set('alpha')
249249
}
250250

251251
amazon {

0 commit comments

Comments
 (0)