Merge pull request #344 from brarcher/pre-v0.26.1

Update for v0.26.1
This commit is contained in:
Branden Archer
2020-01-09 20:35:20 -08:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## v0.26.1 (2020-01-09)
Changes:
- Fix issue with sharing cards without background color ([#343](https://github.com/brarcher/loyalty-card-locker/pull/343))
## v0.26 (2020-01-05)
Changes:

View File

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