Skip to content

Commit 0a824e2

Browse files
bumped up version and added info to changelog
1 parent 5e47304 commit 0a824e2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

KitePrintSDK/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 5.8.4
2+
- Added: Check for address required fields and alert message when trying to proceed to checkout without filling in an address
3+
14
### 5.8.3
25
- Fixed: Previous versions of the sdk that stored unencrypted data should now be compatible with current versions of the sdk and encrypt the existing data
36

KitePrintSDK/src/main/java/ly/kite/KiteSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class KiteSDK
110110
static public final boolean DISPLAY_PRODUCTS = false;
111111

112112

113-
static public final String SDK_VERSION = "5.8.3";
113+
static public final String SDK_VERSION = "5.8.4";
114114

115115
static public final String IMAGE_CATEGORY_APP = "app";
116116
static public final String IMAGE_CATEGORY_PRODUCT_ITEM = "product_item";

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.8.3
2-
VERSION_CODE=95
1+
VERSION_NAME=5.8.4
2+
VERSION_CODE=96
33
GROUP=ly.kite
44
POM_PACKAGING=aar
55
POM_URL=https://github.com/OceanLabs/Android-Print-SDK

0 commit comments

Comments
 (0)