From eae327228dc263da8a52368869bf3fdc11343821 Mon Sep 17 00:00:00 2001 From: Hussein Habibi Juybari Date: Sat, 10 Nov 2018 17:24:42 +0330 Subject: [PATCH 1/4] Update chabok version to v2.13.3 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } From 1f75e39ad0a4ece7e7e21cfabbd9fd84cae5daf4 Mon Sep 17 00:00:00 2001 From: Hussein Habibi Juybari Date: Sat, 10 Nov 2018 17:41:36 +0330 Subject: [PATCH 2/4] Update history file for v1.0.3 --- history.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/history.md b/history.md index b894596..5475332 100644 --- a/history.md +++ b/history.md @@ -1,5 +1,8 @@ ## History +### v1.0.3 (10/11/2018) +- Update android bridge version to v2.13.3 + ### v1.0.2 (6/11/2018) - Update android bridge compileSdkVersion to 26 From 0ba87ae4e75c496b6a7ab4e42d234c8e4d226126 Mon Sep 17 00:00:00 2001 From: Hussein Habibi Juybari Date: Sat, 10 Nov 2018 17:42:57 +0330 Subject: [PATCH 3/4] v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From bcd021b47cee9ff8973a1d8d8cb7ea45d316da12 Mon Sep 17 00:00:00 2001 From: Hussein Habibi Juybari Date: Sat, 10 Nov 2018 17:44:01 +0330 Subject: [PATCH 4/4] Update history.md --- history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.md b/history.md index 5475332..bfd0a15 100644 --- a/history.md +++ b/history.md @@ -1,7 +1,7 @@ ## History ### v1.0.3 (10/11/2018) -- Update android bridge version to v2.13.3 +- Update chabok android SDK version to v2.13.3 ### v1.0.2 (6/11/2018) - Update android bridge compileSdkVersion to 26