Skip to content

Commit

Permalink
build: prepare main for 2.19 development alpha series
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed May 14, 2024
1 parent 3f89399 commit 6378fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,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=21800300
versionName="2.18.0"
versionCode=21900100
versionName="2.19alpha0"
minSdk 23 // also in testlib/build.gradle.kts
// After #13695: change .tests_emulator.yml
targetSdk 33 // also in [api|testlib]/build.gradle.kts and ../robolectricDownloader.gradle
Expand Down Expand Up @@ -245,7 +245,7 @@ android {

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

amazon {
Expand Down

0 comments on commit 6378fcb

Please sign in to comment.