We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6f6ca commit 7925e06Copy full SHA for 7925e06
AnkiDroid/build.gradle
@@ -41,8 +41,8 @@ android {
41
//
42
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
43
// needed for upgrades to be offered correctly.
44
- versionCode=21300128
45
- versionName="2.13alpha28"
+ versionCode=21300200
+ versionName="2.13.0beta0"
46
minSdkVersion 16
47
//noinspection OldTargetApi - also performed in api/build.fradle
48
targetSdkVersion 28
0 commit comments