File tree Expand file tree Collapse file tree 7 files changed +18
-246
lines changed Expand file tree Collapse file tree 7 files changed +18
-246
lines changed Original file line number Diff line number Diff line change @@ -63,3 +63,4 @@ buck-out/
63
63
64
64
# Bundle artifact
65
65
* .jsbundle
66
+ sample /ios /Podfile.lock
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
defaultConfig {
23
23
minSdkVersion 21
24
24
targetSdkVersion 29
25
- versionCode 4
26
- versionName " 1.4 "
25
+ versionCode 5
26
+ versionName " 1.5 "
27
27
}
28
28
lintOptions {
29
29
abortOnError false
@@ -47,5 +47,5 @@ repositories {
47
47
48
48
dependencies {
49
49
implementation " com.facebook.react:react-native:+"
50
- implementation " com.emarsys:emarsys-sdk:3.0 .0"
50
+ implementation " com.emarsys:emarsys-sdk:3.2 .0"
51
51
}
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Pod::Spec.new do |s|
14
14
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
15
15
s . author = { "author" => "author@domain.cn" }
16
16
s . platform = :ios , "11.0"
17
- s . source = { :git => "https://git@github.com/emartech/react-native-emarsys-sdk.git" , :tag => "1.4.0 " }
17
+ s . source = { :git => "https://git@github.com/emartech/react-native-emarsys-sdk.git" , :tag => "#{ s . version } " }
18
18
s . source_files = "ios/*.{h,m}"
19
19
s . requires_arc = true
20
20
s . dependency "React" , ">= 0.60.0"
21
- s . dependency "EmarsysSDK" , "~> 3.0 .0"
21
+ s . dependency "EmarsysSDK" , "~> 3.2 .0"
22
22
23
23
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-emarsys-wrapper" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " React Native wrapper for Emarsys SDK" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ dependencies {
176
176
implementation fileTree(dir : " libs" , include : [" *.jar" ])
177
177
implementation " com.facebook.react:react-native:+" // From node_modules
178
178
179
- implementation " com.google.android.gms:play-services-base:16.1.0 "
179
+ implementation " com.google.android.gms:play-services-base:18.0.1 "
180
180
181
181
implementation " me.leolin:ShortcutBadger:1.1.21@aar"
182
182
183
- implementation " androidx.appcompat:appcompat:1.1.0 "
184
- implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.0 .0"
183
+ implementation " androidx.appcompat:appcompat:1.4.1 "
184
+ implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1 .0"
185
185
implementation " androidx.multidex:multidex:2.0.1"
186
186
187
- implementation " com.emarsys:emarsys-sdk:3.0 .0"
187
+ implementation " com.emarsys:emarsys-sdk:3.2 .0"
188
188
implementation ' com.emarsys:emarsys-firebase:+'
189
189
190
190
// JSC from node_modules
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildToolsVersion = " 28.0.3"
6
- minSdkVersion = 21
7
- compileSdkVersion = 28
8
- targetSdkVersion = 28
6
+ minSdkVersion = 24
7
+ compileSdkVersion = 31
8
+ targetSdkVersion = 31
9
9
supportLibVersion = " 28.0.0"
10
10
}
11
11
repositories {
12
12
google()
13
13
jcenter()
14
+ mavenCentral()
14
15
}
15
16
dependencies {
16
- classpath(" com.android.tools.build:gradle:3.5.3 " )
17
- classpath(" com.google.gms:google-services:4.3.2 " )
17
+ classpath(" com.android.tools.build:gradle:3.5.4 " )
18
+ classpath(" com.google.gms:google-services:4.3.10 " )
18
19
19
20
// NOTE: Do not place your application dependencies here; they belong
20
21
// in the individual module build.gradle files
@@ -35,5 +36,6 @@ allprojects {
35
36
36
37
google()
37
38
jcenter()
39
+ mavenCentral()
38
40
}
39
41
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments