Skip to content

Commit

Permalink
chore: update emarsys-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalui-emarsys committed Jul 22, 2022
1 parent 0ae4d34 commit ca206ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2"
s.dependency "EmarsysSDK", "~> 3.2.3"

end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation "com.emarsys:emarsys-sdk:3.2.2"
implementation "com.emarsys:emarsys-sdk:3.2.5"
}
8 changes: 4 additions & 4 deletions sample/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,16 @@ dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules

implementation "com.google.android.gms:play-services-base:18.0.1"

implementation "me.leolin:ShortcutBadger:1.1.21@aar"

implementation "androidx.appcompat:appcompat:1.4.1"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.multidex:multidex:2.0.1"

implementation "com.emarsys:emarsys-sdk:3.2.2"
implementation "com.emarsys:emarsys-firebase:3.2.2"
implementation "com.emarsys:emarsys-sdk:3.2.5"
implementation "com.emarsys:emarsys-firebase:3.2.5"

// JSC from node_modules
if (useIntlJsc) {
implementation 'org.webkit:android-jsc-intl:+'
Expand Down

0 comments on commit ca206ee

Please sign in to comment.