File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 110
15- versionName " 1.1 .0"
14+ versionCode 120
15+ versionName " 1.2 .0"
1616 ndk {
1717 abiFilters " armeabi-v7a" , " x86"
1818 }
@@ -38,8 +38,8 @@ 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.2 .0'
42- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.2 .0'
41+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.3 .0'
42+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.3 .0'
4343}
4444
4545allprojects {
Original file line number Diff line number Diff line change 11{
22 "name" : " @getyoti/react-native-yoti-doc-scan" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
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