Skip to content

Commit

Permalink
fix: Play store already has 2.18alpha4, bump version
Browse files Browse the repository at this point in the history
as part of the release pipeline failure previously, the build version
commit did not land on main, so our version in source on main is stale
vs the version already out in alpha channel, causing all releases to fail
as the version has been used
  • Loading branch information
mikehardy authored and david-allison committed Mar 5, 2024
1 parent 8b4245f commit a5e9c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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=21800103
versionName="2.18alpha3"
versionCode=21800104
versionName="2.18alpha4"
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

0 comments on commit a5e9c2b

Please sign in to comment.