Skip to content

Commit

Permalink
update backup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Mar 25, 2021
1 parent 076f991 commit de603a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
def appPackageId = 'com.yogeshpaliyal.keypass'
def versionMajor = 1
def versionMinor = 3
def versionPatch = 2
def versionPatch = 3
def appVersion = "${versionMajor}.${versionMinor}.${versionPatch}"
def appVersionCode = versionMajor * 1000 + versionMinor * 100 + versionPatch

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1303.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added database version to backup file
2 changes: 1 addition & 1 deletion whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added option to create password when adding new account
Backup Improvement

0 comments on commit de603a1

Please sign in to comment.