File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ def safeExtGet(prop, fallback) {
77android {
88 namespace " com.yoti.reactnative.docscan"
99
10- compileSdk safeExtGet(' compileSdkVersion' , 35 )
10+ compileSdk safeExtGet(' compileSdkVersion' , 34 )
1111
1212 defaultConfig {
1313 minSdkVersion safeExtGet(' minSdkVersion' , 21 )
14- targetSdkVersion safeExtGet(' targetSdkVersion' , 35 )
14+ targetSdkVersion safeExtGet(' targetSdkVersion' , 34 )
1515 versionCode 600
1616 versionName " 6.0.0-alpha.1"
1717 ndk {
Original file line number Diff line number Diff line change @@ -103,4 +103,11 @@ task copyDownloadableDepsToLibs(type: Copy) {
103103 into ' libs'
104104}
105105
106- apply from : file(" ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesAppBuildGradle(project)
106+ apply from : file(" ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesAppBuildGradle(project)
107+
108+ configurations. all {
109+ resolutionStrategy {
110+ force ' androidx.core:core:1.8.0'
111+ force ' androidx.core:core-ktx:1.8.0'
112+ }
113+ }
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 minSdkVersion = 21
4- compileSdkVersion = 35
5- targetSdkVersion = 35
4+ compileSdkVersion = 34
5+ targetSdkVersion = 34
66 yotiSdkVersion = " 4.2.1"
77 }
88 repositories {
You can’t perform that action at this time.
0 commit comments