Thanks to visit codestin.com Credit goes to github.com
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 3d9b720 commit 508735aCopy full SHA for 508735a
AnkiDroid/build.gradle
@@ -53,8 +53,8 @@ android {
53
//
54
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
55
// needed for upgrades to be offered correctly.
56
- versionCode=21600119
57
- versionName="2.16alpha19"
+ versionCode=21600120
+ versionName="2.16alpha20"
58
minSdkVersion 21
59
//noinspection OldTargetApi - also performed in api/build.fradle
60
targetSdkVersion 29 // change .travis.yml platform download at same time
0 commit comments