We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ca462 commit 4d51a45Copy full SHA for 4d51a45
1 file changed
AnkiDroid/build.gradle
@@ -99,9 +99,9 @@ android {
99
//
100
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
101
// needed for upgrades to be offered correctly.
102
- versionCode=22400202
+ versionCode=22400203
103
// If you change this to a new version, you probably also want to update .gradle/workflows/milestone.yml for the new version...
104
- versionName="2.24.0beta2"
+ versionName="2.24.0beta3"
105
minSdk = libs.versions.minSdk.get().toInteger()
106
107
// After #13695: change .tests_emulator.yml
0 commit comments