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

Bumped version to 2.15alpha3

@branch-specific
This commit is contained in:
Mike Hardy 2020-11-13 02:25:14 +00:00
parent d0ba40084b
commit 2c79e41214

View File

@ -41,8 +41,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=21500102
versionName="2.15alpha2"
versionCode=21500103
versionName="2.15alpha3"
minSdkVersion 16
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 29 // change .travis.yml platform download at same time