Accounts sorting in alphabetical order

This commit is contained in:
Yogesh Paliyal
2021-04-17 19:04:06 +05:30
parent d6d7cb0a8b
commit c9085c3eb8
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 = 3
def versionPatch = 4
def appVersion = "${versionMajor}.${versionMinor}.${versionPatch}"
def appVersionCode = versionMajor * 1000 + versionMinor * 100 + versionPatch

View File

@@ -0,0 +1 @@
Accounts sorting in alphabetical order

View File

@@ -1 +1 @@
Backup Improvement
Accounts sorting in alphabetical order