Skip to content

Commit

Permalink
Merge pull request #257 from aivanovski/feature/update-version-to-1.4.4
Browse files Browse the repository at this point in the history
Update version to 1.4.4
  • Loading branch information
aivanovski authored May 5, 2024
2 parents 883cfc4 + 1bc600c commit 7ec157c
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 @@ -7,7 +7,7 @@ apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 4
def versionPatch = 2
def versionPatch = 4

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/10404.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add git user name and email configuration to application settings
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
#Sat May 04 11:07:24 CEST 2024
versionCode=10402
versionName=1.4.2
#Sun May 05 12:45:53 CEST 2024
versionCode=10404
versionName=1.4.4

0 comments on commit 7ec157c

Please sign in to comment.