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 54c8d45 commit 6630ff4Copy full SHA for 6630ff4
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=21900200
90
- versionName="2.19beta0"
+ versionCode=21900201
+ versionName="2.19beta1"
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