Skip to content

Commit

Permalink
increase version number for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
sal0max committed Apr 18, 2021
1 parent ed9e35f commit 476d422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20400.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• The image description is now available with a click on the artwork title. Removed the not-working link to the website for it.
• The "Share" intent now doesn't link to the website any more, but directly to the image resource.
• Some small improvements regarding stability and reliability.
4 changes: 2 additions & 2 deletions muzei-nationalgeographic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
// SemVer
versionName = "2.3.0"
versionCode = 20300
versionName = "2.4.0"
versionCode = 20400
archivesBaseName = "$applicationId-v$versionCode"
//
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 476d422

Please sign in to comment.