Skip to content

Commit

Permalink
release: 2.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Feb 25, 2024
1 parent dde4f4e commit c741f8f
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=21700300
versionName="2.17.0"
versionCode=21701300
versionName="2.17.1"
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 c741f8f

Please sign in to comment.