Skip to content

Commit ae379be

Browse files
committed
Bumped version to 2.24.0alpha4
1 parent 02cc69b commit ae379be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AnkiDroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ android {
8989
//
9090
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
9191
// needed for upgrades to be offered correctly.
92-
versionCode=22400103
92+
versionCode=22400104
9393
// If you change this to a new version, you probably also want to update .gradle/workflows/milestone.yml for the new version...
94-
versionName="2.24.0alpha3"
94+
versionName="2.24.0alpha4"
9595
minSdk = libs.versions.minSdk.get().toInteger()
9696

9797
// After #13695: change .tests_emulator.yml

0 commit comments

Comments
 (0)