Skip to content

Commit

Permalink
Merge pull request #87 from emartech/MV-407-update-Emarsys-sdk
Browse files Browse the repository at this point in the history
MV-407 update emarsys sdk
  • Loading branch information
eduzatoni authored Apr 11, 2023
2 parents 1fe6a91 + d1a9cbd commit 8f5c126
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 24
targetSdkVersion 31
versionCode 12
versionName "1.12"
versionCode 13
versionName "1.13"
}
lintOptions {
abortOnError false
Expand All @@ -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.+"
}
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.12.0",
"version": "1.13.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.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) {
Expand Down

0 comments on commit 8f5c126

Please sign in to comment.