Skip to content

Commit

Permalink
release: version bump commit for 2.17.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 5, 2024
1 parent 9f0e2bf commit b357b22
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 @@ -74,8 +74,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=21703300
versionName="2.17.3"
versionCode=21704300
versionName="2.17.4"
minSdk 23 // also in testlib/build.gradle.kts
// After #13695: change .tests_emulator.yml
targetSdk 33 // also in [api|testlib]/build.gradle.kts and ../robolectricDownloader.gradle
Expand Down

0 comments on commit b357b22

Please sign in to comment.