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

Bumped version to 2.18alpha6

This commit is contained in:
Mike Hardy 2024-03-14 02:37:09 +00:00
parent c8ec679acd
commit d80b76744d

View File

@ -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=21800105
versionName="2.18alpha5"
versionCode=21800106
versionName="2.18alpha6"
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