Skip to content

Commit 63634a9

Browse files
author
wanghualei
committed
update 2.0.6 rn-sdk
1 parent 2c2db1a commit 63634a9

File tree

7 files changed

+18646
-6138
lines changed

7 files changed

+18646
-6138
lines changed

android/app/src/main/java/com/rnsdkdemo/MainApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import android.content.Context;
55
import com.facebook.react.PackageList;
66
import com.facebook.react.ReactApplication;
7+
import com.finogeeks.mop.rnsdk.FINMopSDKPackage;
78
import com.ocetnik.timer.BackgroundTimerPackage;
89
import com.zoontek.rnpermissions.RNPermissionsPackage;
910
import org.reactnative.camera.RNCameraPackage;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

android/settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
rootProject.name = 'rnSDKDemo'
2+
include ':react-native-mopsdk'
3+
project(':react-native-mopsdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mopsdk/android')
24
include ':react-native-background-timer'
35
project(':react-native-background-timer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-background-timer/android')
46
include ':react-native-permissions'

ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ target 'rnSDKDemo' do
2626

2727
pod 'react-native-background-timer', :path => '../node_modules/react-native-background-timer'
2828

29+
pod 'react-native-mopsdk', :path => '../node_modules/react-native-mopsdk'
30+
2931
target 'rnSDKDemoTests' do
3032
inherit! :complete
3133
# Pods for testing

0 commit comments

Comments
 (0)