Skip to content

Commit

Permalink
Bumped version to 2.15.0beta1
Browse files Browse the repository at this point in the history
@branch-specific
  • Loading branch information
mikehardy committed May 12, 2021
1 parent 4a1f9e9 commit 0e56509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
//
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
// needed for upgrades to be offered correctly.
versionCode=21500200
versionName="2.15.0beta0"
versionCode=21500201
versionName="2.15.0beta1"
minSdkVersion 21
//noinspection OldTargetApi - also performed in api/build.fradle
targetSdkVersion 29 // change .travis.yml platform download at same time
Expand Down

0 comments on commit 0e56509

Please sign in to comment.