Skip to content

Commit

Permalink
Merge pull request #69 from emartech/MV-316-android-sdk-update
Browse files Browse the repository at this point in the history
chore: update emarsys-sdk version
  • Loading branch information
eduzatoni authored Aug 22, 2022
2 parents d5f7d8e + 83f94ef commit cc6544e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We created a sample application to help in the integration and give an example.

## Setup

`$ npm install git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.8.0 --save`
`$ npm install git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.9.0 --save`


### Requirements
Expand Down
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 8
versionName "1.8"
versionCode 9
versionName "1.9"
}
lintOptions {
abortOnError false
Expand All @@ -46,5 +46,5 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation "com.emarsys:emarsys-sdk:3.2.5"
implementation "com.emarsys:emarsys-sdk:3.2.6"
}
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.8.0",
"version": "1.9.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 @@ -183,8 +183,8 @@ dependencies {
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.multidex:multidex:2.0.1"

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

// JSC from node_modules
if (useIntlJsc) {
Expand Down

0 comments on commit cc6544e

Please sign in to comment.