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 221783e commit f043b39Copy full SHA for f043b39
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=22400106
+ versionCode=22400107
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.0alpha6"
+ versionName="2.24.0alpha7"
95
minSdk = libs.versions.minSdk.get().toInteger()
96
97
// After #13695: change .tests_emulator.yml
0 commit comments