Skip to content

Commit

Permalink
Merge pull request #30 from emartech/emarsys-sdk-2.16.0
Browse files Browse the repository at this point in the history
Emarsys sdk 2.16.0
  • Loading branch information
biancalui-emarsys authored Jul 6, 2021
2 parents 98d0687 + 4520cba commit c7b514b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 21
targetSdkVersion 29
versionCode 2
versionName "1.2"
versionCode 3
versionName "1.3"
}
lintOptions {
abortOnError false
Expand All @@ -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
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.60.0"
s.dependency "EmarsysSDK", "~> 2.14.0"
s.dependency "EmarsysSDK", "~> 2.16.0"

end
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.2.0",
"version": "1.3.0",
"description": "React Native wrapper for Emarsys SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c7b514b

Please sign in to comment.