File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ We created a sample application to help in the integration and give an example.
12
12
13
13
## Setup
14
14
15
- ` $ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.14 .0" --save `
15
+ ` $ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.15 .0" --save `
16
16
17
17
## Requirements
18
18
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
defaultConfig {
23
23
minSdkVersion 24
24
24
targetSdkVersion 31
25
- versionCode 14
26
- versionName " 1.14 "
25
+ versionCode 15
26
+ versionName " 1.15 "
27
27
}
28
28
lintOptions {
29
29
abortOnError false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-emarsys-wrapper" ,
3
- "version" : " 1.14 .0" ,
3
+ "version" : " 1.15 .0" ,
4
4
"description" : " React Native wrapper for Emarsys SDK" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments