Update for v0.25.1

This commit is contained in:
Branden Archer committed 2018-10-14 11:46:34 -07:00
1 parent d88bede310
commit 580025c99e
2 files changed
+7 -2

No files matched your search

+5
View File
@@ -1,3 +1,8 @@
## v0.25.1 (2018-10-14)
Changes:
- Fix creating new card by manually entering barcode (https://github.com/brarcher/loyalty-card-locker/issues/272)
## v0.25 (2018-10-07)
Changes:
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId "protect.card_locker"
minSdkVersion 15
targetSdkVersion 27
versionCode 31
versionName "0.25"
versionCode 32
versionName "0.25.1"
}
buildTypes {
release {