diff --git a/android/build.gradle b/android/build.gradle index 600e185..86a0473 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,6 +52,6 @@ dependencies { testCompile 'junit:junit:4.12' compile 'com.google.android.gms:play-services-gcm:10.2.6' - compile 'me.leolin:ShortcutBadger:1.1.18@aar' - compile 'com.adpdigital.push:chabok-lib:2.13.2' + compile 'me.leolin:ShortcutBadger:1.1.22@aar' + compile 'com.adpdigital.push:chabok-lib:2.13.3' } diff --git a/history.md b/history.md index b894596..bfd0a15 100644 --- a/history.md +++ b/history.md @@ -1,5 +1,8 @@ ## History +### v1.0.3 (10/11/2018) +- Update chabok android SDK version to v2.13.3 + ### v1.0.2 (6/11/2018) - Update android bridge compileSdkVersion to 26 diff --git a/package.json b/package.json index b8d0170..c076f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chabok", - "version": "1.0.2", + "version": "1.0.3", "description": "React native wrapper for Chabok SDK", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"