diff --git a/README.md b/README.md index 5d35b35..2bfc262 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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.17.0" --save` +`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.18.0" --save` ## Requirements diff --git a/android/build.gradle b/android/build.gradle index d9cbf85..cd9f1df 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 17 - versionName "1.17" + versionCode 18 + versionName "1.18" } lintOptions { abortOnError false diff --git a/package.json b/package.json index d443f12..fb71b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.17.0", + "version": "1.18.0", "description": "React Native wrapper for Emarsys SDK", "main": "index.js", "types": "typescript/index.d.ts", diff --git a/sample/android/build.gradle b/sample/android/build.gradle index 70b4250..51c7c46 100644 --- a/sample/android/build.gradle +++ b/sample/android/build.gradle @@ -4,7 +4,7 @@ buildscript { ext { buildToolsVersion = "33.0.0" minSdkVersion = 24 - compileSdkVersion = 33 + compileSdkVersion = 34 targetSdkVersion = 31 supportLibVersion = "28.0.0" }