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 66dabbc commit f729317Copy full SHA for f729317
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=22400203
+ versionCode=22400204
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.0beta3"
+ versionName="2.24.0beta4"
105
minSdk = libs.versions.minSdk.get().toInteger()
106
107
// After #13695: change .tests_emulator.yml
0 commit comments