Merge pull request #271 from brarcher/pre-v0.25

Update for v0.25
This commit is contained in:
Branden Archer
2018-10-07 15:28:12 -07:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## v0.25 (2018-10-07)
Changes:
- Sort card list case insensitive (https://github.com/brarcher/loyalty-card-locker/pull/266)
- Add setting to lock orientation for all cards (https://github.com/brarcher/loyalty-card-locker/pull/269)
## v0.24 (2018-07-31)
Changes:

View File

@@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 15
targetSdkVersion 27
versionCode 30
versionName "0.24"
versionCode 31
versionName "0.25"
}
buildTypes {
release {