Injimob-1603- Expo camera, react native screens and SDK version updates (#1640) (#1642)

* [INJIMOB-1603]: update expo camera library and add icloud container



* [INJIMOB-1603]: update react native screens and min and compile sdk versions



* [INJIMOB-1603]: update react native screens and compile sdk version and enable minify



---------

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
This commit is contained in:
adityankannan-tw
2024-10-08 23:55:44 +05:30
committed by GitHub
parent 375044c82a
commit c77f0d4a03
2 changed files with 3 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ def enableSeparateBuildPerCPUArchitecture = true
/**
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
*/
def enableProguardInBuilds = true
def enableProguardInReleaseBuilds = false
/**
* The preferred build flavor of JavaScriptCore (JSC)
@@ -183,7 +183,6 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
minifyEnabled enableProguardInBuilds
}
release {
lintOptions {
@@ -193,7 +192,7 @@ android {
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig signingConfigs.release
minifyEnabled enableProguardInBuilds
minifyEnabled enableProguardInReleaseBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}

View File

@@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.