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

Bumped version to 2.16alpha74

This commit is contained in:
Mike Hardy 2022-07-19 16:27:40 +00:00
parent bfa4bf52b9
commit 03c1af7503

View File

@ -56,8 +56,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=21600173
versionName="2.16alpha73"
versionCode=21600174
versionName="2.16alpha74"
minSdkVersion 21
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 29 // change .travis.yml platform download at same time