Skip to content

Commit

Permalink
Merge pull request #86 from emartech/MV-373-update-Emarsys-SDK
Browse files Browse the repository at this point in the history
chore: update emarsys sdk
  • Loading branch information
biancalui-emarsys authored Jan 19, 2023
2 parents 99fc93b + ee75688 commit 28b4456
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion RNEmarsysWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 31
versionCode 11
versionName "1.11"
versionCode 12
versionName "1.12"
}
lintOptions {
abortOnError false
Expand All @@ -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.+"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions sample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 28b4456

Please sign in to comment.