0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

fix(build): manually bump version to match release state

2.16alpha58 was released but the version increment + tag push
failed because something else merged while release was happening
This commit is contained in:
Mike Hardy 2022-04-16 18:23:55 -05:00
parent 68c6d6ebd4
commit d20dadbc14

View File

@ -53,8 +53,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=21600157
versionName="2.16alpha57"
versionCode=21600158
versionName="2.16alpha58"
minSdkVersion 21
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 29 // change .travis.yml platform download at same time