Merge pull request #164 from brarcher/pre-v0.16

Update for v0.16
This commit is contained in:
Branden Archer
2017-11-29 20:23:57 -05:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## v0.16 (2017-11-29)
Changes:
- Add support for adding loyalty card shortcuts from the launcher/homescreen. (https://github.com/brarcher/loyalty-card-locker/pull/161)
- Remove support for adding loyalty card shortcuts from the app itself. This removes the need for the shortcut permission. (https://github.com/brarcher/loyalty-card-locker/pull/163)
## v0.15 (2017-11-25)
Changes:

View File

@@ -14,8 +14,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 17
targetSdkVersion 25
versionCode 16
versionName "0.15"
versionCode 17
versionName "0.16"
}
buildTypes {
release {