Skip to content

Commit

Permalink
Bumped version to 2.20.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Dec 2, 2024
1 parent a338a0f commit 44f5475
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 @@ -85,8 +85,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=22000200
versionName="2.20.0beta0"
versionCode=22000201
versionName="2.20.0beta1"
minSdk libs.versions.minSdk.get().toInteger()

// After #13695: change .tests_emulator.yml
Expand Down

0 comments on commit 44f5475

Please sign in to comment.