mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* sumsub initial pass * add sumsub tee url * agent feedback and fixes * update lock * agent feedback * fix types * agnet feedback * fix mock * agent feedback * lazy load sumsub screen * white button color * fix lint * add debug url link * allow us to see recordings * debug maestro run * disable e2e screen recording for now. don't load sumsub logic when running e2e test * remove lazy loading * skip installing sumsub plugin * retest ios e2e * get e2e tests passing * clean up
15 lines
897 B
Diff
15 lines
897 B
Diff
diff --git a/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle b/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
index 1234567..abcdefg 100644
|
|
--- a/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
+++ b/node_modules/@sumsub/react-native-mobilesdk-module/android/build.gradle
|
|
@@ -69,9 +69,9 @@ dependencies {
|
|
implementation "com.sumsub.sns:idensic-mobile-sdk:1.40.2"
|
|
|
|
// remove comment to enable Device Intelligence
|
|
- // implementation "com.sumsub.sns:idensic-mobile-sdk-fisherman:1.40.2"
|
|
+ implementation "com.sumsub.sns:idensic-mobile-sdk-fisherman:1.40.2"
|
|
// remove comment if you need VideoIdent support
|
|
- // implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.40.2"
|
|
+ implementation "com.sumsub.sns:idensic-mobile-sdk-videoident:1.40.2"
|
|
// remove comment if you need EID support
|