Skip to content

Commit

Permalink
Merge pull request #252 from aivanovski/feature/update-version-to-1.4.1
Browse files Browse the repository at this point in the history
Update version to 1.4.1
  • Loading branch information
aivanovski authored May 3, 2024
2 parents 626eeb4 + 103b6e7 commit 3947dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'kotlin-parcelize'

def versionMajor = 1
def versionMinor = 4
def versionPatch = 0
def versionPatch = 1

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
def formattedVersionName = "${versionMajor}.${versionMinor}.${versionPatch}"
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10401.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix crash after biometric data update
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#The content of this file is generated automatically for F-Droid
#Tue Mar 26 22:20:25 CET 2024
versionCode=10400
versionName=1.4.0
#Fri May 03 22:02:52 CEST 2024
versionCode=10401
versionName=1.4.1

0 comments on commit 3947dd5

Please sign in to comment.