Skip to content

Commit

Permalink
Merge pull request #254 from aivanovski/feature/update-version-to-1.4.2
Browse files Browse the repository at this point in the history
Update version to 1.4.2
  • Loading branch information
aivanovski authored May 4, 2024
2 parents f7da819 + da29715 commit 563a12e
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 = 1
def versionPatch = 2

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/10402.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add existing credentials pre-filling when re-login
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
#Fri May 03 22:02:52 CEST 2024
versionCode=10401
versionName=1.4.1
#Sat May 04 11:07:24 CEST 2024
versionCode=10402
versionName=1.4.2

0 comments on commit 563a12e

Please sign in to comment.