From f9a76d51a885ff2415115997c286461ad96dab16 Mon Sep 17 00:00:00 2001 From: biancalui <60601155+biancalui-emarsys@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:02:48 +0800 Subject: [PATCH 1/2] chore: update emarsys-sdk version MV-316 --- README.md | 2 +- android/build.gradle | 4 ++-- package.json | 2 +- sample/android/app/build.gradle | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c493866..1f3bef2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ We created a sample application to help in the integration and give an example. ## Setup -`$ npm install git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.8.0 --save` +`$ npm install git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.9.0 --save` ### Requirements diff --git a/android/build.gradle b/android/build.gradle index 83e4a16..f353a6a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ android { minSdkVersion 24 targetSdkVersion 31 versionCode 8 - versionName "1.8" + versionName "1.9" } lintOptions { abortOnError false @@ -46,5 +46,5 @@ repositories { dependencies { implementation "com.facebook.react:react-native:+" - implementation "com.emarsys:emarsys-sdk:3.2.5" + implementation "com.emarsys:emarsys-sdk:3.2.6" } diff --git a/package.json b/package.json index 5441841..4555bc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.8.0", + "version": "1.9.0", "description": "React Native wrapper for Emarsys SDK", "main": "index.js", "scripts": { diff --git a/sample/android/app/build.gradle b/sample/android/app/build.gradle index 464db8e..b71d269 100644 --- a/sample/android/app/build.gradle +++ b/sample/android/app/build.gradle @@ -183,8 +183,8 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.multidex:multidex:2.0.1" - implementation "com.emarsys:emarsys-sdk:3.2.5" - implementation "com.emarsys:emarsys-firebase:3.2.5" + implementation "com.emarsys:emarsys-sdk:3.2.6" + implementation "com.emarsys:emarsys-firebase:3.2.6" // JSC from node_modules if (useIntlJsc) { From 83f94ef748e163f42947f4225333dd003862847d Mon Sep 17 00:00:00 2001 From: biancalui <60601155+biancalui-emarsys@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:31:40 +0800 Subject: [PATCH 2/2] chore: update versionCode --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f353a6a..8442ef2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,7 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 8 + versionCode 9 versionName "1.9" } lintOptions {