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

Update for v0.16
This commit is contained in:
Branden Archer authored and GitHub committed 2017-11-29 20:23:57 -05:00
commit 7eeb87578f
2 files changed
+8 -2

No files matched your search

+6
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:
+2 -2
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 {