Skip to content

Commit

Permalink
Update version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanovski committed Oct 19, 2024
1 parent 4709f5e commit 83605c1
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 @@ -8,7 +8,7 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 8
def versionMinor = 9
def versionPatch = 0

def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString()
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/10900.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
#Sat Jul 27 16:20:55 CEST 2024
versionName=1.8.0
versionCode=10800
#Sat Oct 19 21:43:27 CEST 2024
versionCode=10900
versionName=1.9.0

0 comments on commit 83605c1

Please sign in to comment.