We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cc69b commit ae379beCopy full SHA for ae379be
AnkiDroid/build.gradle
@@ -89,9 +89,9 @@ android {
89
//
90
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
91
// needed for upgrades to be offered correctly.
92
- versionCode=22400103
+ versionCode=22400104
93
// 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"
+ versionName="2.24.0alpha4"
95
minSdk = libs.versions.minSdk.get().toInteger()
96
97
// After #13695: change .tests_emulator.yml
0 commit comments