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..8442ef2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 8 - versionName "1.8" + versionCode 9 + 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) {