Skip to content

Commit

Permalink
Update version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanovski committed May 25, 2024
1 parent e56e1d7 commit 0285ebb
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 @@ -9,7 +9,7 @@ apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 6
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/10601.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bugfix
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
#Mon May 20 19:15:30 CEST 2024
versionCode=10600
versionName=1.6.0
#Sat May 25 23:27:38 CEST 2024
versionCode=10601
versionName=1.6.1

0 comments on commit 0285ebb

Please sign in to comment.