Merge pull request #350 from brarcher/pre-v0.27

Update for v0.27
This commit is contained in:
Branden Archer
2020-01-26 22:41:14 -08:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## v0.27 (2020-01-26)
Changes:
- Tapping on a barcode now moves it to the top of the screen ([#348](https://github.com/brarcher/loyalty-card-locker/pull/348))
- Add white space around barcodes to improve scanning in dark mode ([#328](https://github.com/brarcher/loyalty-card-locker/issues/328))
- Fix swapped import buttons. ([#346](https://github.com/brarcher/loyalty-card-locker/pull/346))
## v0.26.1 (2020-01-09)
Changes:

View File

@@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 16
targetSdkVersion 29
versionCode 37
versionName "0.26.1"
versionCode 38
versionName "0.27"
}
buildTypes {
release {