Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emarsys sdk 2.16.0 #30

Merged
merged 2 commits into from
Jul 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update wrapper emarsys sdk version
eduzatoni committed Jul 5, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c23622f95f523df47b23e5b854f19709b1685c62
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -42,5 +42,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation "com.emarsys:emarsys-sdk:2.14.0"
implementation "com.emarsys:emarsys-sdk:2.16.0"
}
2 changes: 1 addition & 1 deletion ios/RNEmarsysWrapper.podspec
Original file line number Diff line number Diff line change
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m}"
s.requires_arc = true
s.dependency "React", ">= 0.60.0"
s.dependency "EmarsysSDK", "~> 2.14.0"
s.dependency "EmarsysSDK", "~> 2.16.0"

end