File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 31
31
32
32
npx pod-install
33
33
34
- Android:
35
-
36
- cd android
37
- git clone https://github.com/ConnectSDK/Connect-SDK-Android-Core
38
-
39
34
Thats it! Dependencies will be downloaded and set up automatically.
40
35
41
36
** Dependencies will not be downloaded automatically for versions older than 1.6.0. You'll need to check the README from that branch and follow any manual set up steps.**
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.5.3 '
10
+ classpath ' com.android.tools.build:gradle:7.0.2 '
11
11
}
12
12
}
13
13
}
@@ -19,9 +19,9 @@ def safeExtGet(prop, fallback) {
19
19
}
20
20
21
21
android {
22
- compileSdkVersion safeExtGet(' ConnectsdkReactNative_compileSdkVersion' , 29 )
22
+ compileSdkVersion safeExtGet(' ConnectsdkReactNative_compileSdkVersion' , 31 )
23
23
defaultConfig {
24
- minSdkVersion safeExtGet(' ConnectsdkReactNative_minSdkVersion' , 16 )
24
+ minSdkVersion safeExtGet(' ConnectsdkReactNative_minSdkVersion' , 24 )
25
25
targetSdkVersion safeExtGet(' ConnectsdkReactNative_targetSdkVersion' , 29 )
26
26
versionCode 1
27
27
versionName " 1.0"
@@ -51,11 +51,12 @@ repositories {
51
51
google()
52
52
mavenCentral()
53
53
jcenter()
54
+ maven { url " https://jitpack.io" }
54
55
}
55
56
56
57
dependencies {
57
58
// noinspection GradleDynamicVersion
58
59
implementation " com.facebook.react:react-native:+" // From node_modules
59
- implementation project( ' :Connect-SDK-Android-Core ' )
60
+ implementation ' com.github.ConnectSDK :Connect-SDK-Android-Lite:-SNAPSHOT '
60
61
implementation ' com.google.code.gson:gson:2.8.6'
61
62
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " connectsdk-react-native" ,
3
- "version" : " 1.0.32 " ,
3
+ "version" : " 1.0.33 " ,
4
4
"description" : " React Native ConnectSDK Component" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments