Skip to content

Commit

Permalink
Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanovski committed Jun 1, 2024
1 parent 90e2cd5 commit 9bad73a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'com.github.triplet.play'

def versionMajor = 1
def versionMinor = 6
def versionPatch = 1
def versionMinor = 7
def versionPatch = 0

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/10700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add synchronization with Git via SSH protocol
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 25 23:27:38 CEST 2024
versionCode=10601
versionName=1.6.1
#Sat Jun 01 10:41:52 CEST 2024
versionCode=10700
versionName=1.7.0

0 comments on commit 9bad73a

Please sign in to comment.