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 Jan 11, 2022
1 parent 22faac6 commit 10419ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20403.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
• Fix crash on Android versions < 8
4 changes: 2 additions & 2 deletions muzei-nationalgeographic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
minSdkVersion 21
targetSdkVersion 31
// SemVer
versionName = "2.4.2"
versionCode = 20402
versionName = "2.4.3"
versionCode = 20403
archivesBaseName = "$applicationId-v$versionCode"
//
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 10419ea

Please sign in to comment.