update backup flow

This commit is contained in:
Yogesh Paliyal
2021-03-25 21:45:04 +05:30
parent 076f991d3e
commit de603a1958
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
Added database version to backup file

View File

@@ -1 +1 @@
Added option to create password when adding new account
Backup Improvement