@@ -5,19 +5,25 @@ def safeExtGet(prop, fallback) {
55}
66
77android {
8- compileSdkVersion safeExtGet(' compileSdkVersion' , 28 )
9- buildToolsVersion safeExtGet(' buildToolsVersion' , ' 28 .0.3' )
8+ compileSdkVersion safeExtGet(' compileSdkVersion' , 29 )
9+ buildToolsVersion safeExtGet(' buildToolsVersion' , ' 29 .0.3' )
1010
1111 defaultConfig {
12- minSdkVersion safeExtGet(' minSdkVersion' , 16 )
13- targetSdkVersion safeExtGet(' targetSdkVersion' , 28 )
14- versionCode 1
15- versionName " 1.0 .0"
12+ minSdkVersion safeExtGet(' minSdkVersion' , 21 )
13+ targetSdkVersion safeExtGet(' targetSdkVersion' , 29 )
14+ versionCode 110
15+ versionName " 1.1 .0"
1616 ndk {
1717 abiFilters " armeabi-v7a" , " x86"
1818 }
1919 }
2020
21+ buildTypes {
22+ debug {
23+ matchingFallbacks = [' release' ]
24+ }
25+ }
26+
2127 packagingOptions {
2228 exclude ' META-INF/*.kotlin_module'
2329 exclude " **/kotlin/**"
@@ -27,15 +33,13 @@ android {
2733 sourceCompatibility = ' 1.8'
2834 targetCompatibility = ' 1.8'
2935 }
30-
31-
3236}
3337
3438dependencies {
3539 // noinspection GradleDynamicVersion
3640 implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
37- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.1 .0'
38- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.1 .0'
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'
3943}
4044
4145allprojects {
0 commit comments