Merge pull request #261 from brarcher/pre-v0.24

Update for v0.24
This commit is contained in:
Branden Archer
2018-07-31 21:55:52 -04:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## v0.24 (2018-07-31)
Changes:
- Add a setting to control screen brightness when displaying a barcode (https://github.com/brarcher/loyalty-card-locker/pull/259)
- Add Greek translations (https://github.com/brarcher/loyalty-card-locker/pull/252)
- Add Slovenian translations (https://github.com/brarcher/loyalty-card-locker/pull/260)
- Update translations (https://github.com/brarcher/loyalty-card-locker/pull/260, https://github.com/brarcher/loyalty-card-locker/pull/254)
## v0.23.4 (2018-05-12)
Changes:
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 15
targetSdkVersion 27
versionCode 29
versionName "0.23.4"
versionCode 30
versionName "0.24"
}
buildTypes {
release {