Merge pull request #146 from brarcher/pre-v0.14

Update for v0.14
This commit is contained in:
Branden Archer
2017-09-26 23:25:48 -04:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## v0.14 (2017-10-26)
Changes:
- Add support for app shortcuts (Android 7.1+), where the most recently used cards will appear as shortcuts. (https://github.com/brarcher/loyalty-card-locker/pull/145)
- Add a widget which works like a pinned app shortcut, to support devices which run below Android 7.1. (https://github.com/brarcher/loyalty-card-locker/pull/142)
## v0.13 (2017-07-25)
Changes:

View File

@@ -14,8 +14,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 17
targetSdkVersion 25
versionCode 14
versionName "0.13"
versionCode 15
versionName "0.14"
}
buildTypes {
release {