diff --git a/android/build.gradle b/android/build.gradle index 977bd3a..6e5be47 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 12 - versionName "1.12" + versionCode 13 + versionName "1.13" } lintOptions { abortOnError false @@ -46,5 +46,5 @@ repositories { dependencies { implementation "com.facebook.react:react-native:+" - implementation "com.emarsys:emarsys-sdk:3.4.+" + implementation "com.emarsys:emarsys-sdk:3.5.+" } diff --git a/package.json b/package.json index 43403b0..4ecf10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.12.0", + "version": "1.13.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 313a699..1f73432 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.4.+" - implementation "com.emarsys:emarsys-firebase:3.4.+" + implementation "com.emarsys:emarsys-sdk:3.5.+" + implementation "com.emarsys:emarsys-firebase:3.5.+" // JSC from node_modules if (useIntlJsc) {