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 8878e0f commit f720ae0Copy full SHA for f720ae0
AnkiDroid/build.gradle
@@ -86,8 +86,8 @@ android {
86
//
87
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
88
// needed for upgrades to be offered correctly.
89
- versionCode=21900111
90
- versionName="2.19alpha11"
+ versionCode=21900112
+ versionName="2.19alpha12"
91
minSdk libs.versions.minSdk.get().toInteger()
92
93
// Stays until this is in a release: https://github.com/google/desugar_jdk_libs/commit/c01a5446ca13586b801dbba4d83c6821337b3cc2
0 commit comments