File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 defaultConfig {
1212 minSdkVersion safeExtGet(' minSdkVersion' , 21 )
1313 targetSdkVersion safeExtGet(' targetSdkVersion' , 29 )
14- versionCode 198
15- versionName " 1.13.2 "
14+ versionCode 199
15+ versionName " 1.13.3 "
1616 ndk {
1717 abiFilters " armeabi-v7a" , " x86"
1818 }
@@ -38,10 +38,10 @@ android {
3838dependencies {
3939 // noinspection GradleDynamicVersion
4040 implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
41- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.2 '
42- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.2 '
43- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.2 '
44- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.2 '
41+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.3 '
42+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.3 '
43+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.3 '
44+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.3 '
4545}
4646
4747allprojects {
Original file line number Diff line number Diff line change 922922 INFOPLIST_FILE = example/Info.plist;
923923 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
924924 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
925- MARKETING_VERSION = 1.13.2 ;
925+ MARKETING_VERSION = 1.13.3 ;
926926 OTHER_LDFLAGS = (
927927 "$(inherited)",
928928 "-ObjC",
952952 INFOPLIST_FILE = example/Info.plist;
953953 IPHONEOS_DEPLOYMENT_TARGET = 13.0;
954954 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
955- MARKETING_VERSION = 1.13.2 ;
955+ MARKETING_VERSION = 1.13.3 ;
956956 OTHER_LDFLAGS = (
957957 "$(inherited)",
958958 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " example" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "android" : " react-native run-android" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @getyoti/react-native-yoti-doc-scan" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "description" : " Yoti Doc Scan for React Native" ,
55 "main" : " YotiDocScan.js" ,
66 "license" : " SEE LICENSE IN LICENSE" ,
You can’t perform that action at this time.
0 commit comments