diff --git a/RNEmarsysWrapper.podspec b/RNEmarsysWrapper.podspec index 1044009..998e3af 100644 --- a/RNEmarsysWrapper.podspec +++ b/RNEmarsysWrapper.podspec @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.source_files = "ios/*.{h,m}" s.requires_arc = true s.dependency "React", ">= 0.67.3" - s.dependency "EmarsysSDK", "~> 3.2.4" + s.dependency "EmarsysSDK", "~> 3.3.0" end diff --git a/android/build.gradle b/android/build.gradle index 3880784..977bd3a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 11 - versionName "1.11" + versionCode 12 + versionName "1.12" } lintOptions { abortOnError false @@ -46,5 +46,5 @@ repositories { dependencies { implementation "com.facebook.react:react-native:+" - implementation "com.emarsys:emarsys-sdk:3.3.+" + implementation "com.emarsys:emarsys-sdk:3.4.+" } diff --git a/package.json b/package.json index 477b041..43403b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.11.0", + "version": "1.12.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 b737906..313a699 100644 --- a/sample/android/app/build.gradle +++ b/sample/android/app/build.gradle @@ -184,8 +184,8 @@ dependencies { implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.multidex:multidex:2.0.1" - implementation "com.emarsys:emarsys-sdk:3.3.+" - implementation "com.emarsys:emarsys-firebase:3.3.+" + implementation "com.emarsys:emarsys-sdk:3.4.+" + implementation "com.emarsys:emarsys-firebase:3.4.+" // JSC from node_modules if (useIntlJsc) {