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

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

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>

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

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>

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

Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>

---------

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 15:30:25 +05:30
committed by GitHub
parent 459e47df3e
commit 375044c82a
6 changed files with 39 additions and 29 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 enableProguardInReleaseBuilds = false
def enableProguardInBuilds = true
/**
* The preferred build flavor of JavaScriptCore (JSC)
@@ -183,6 +183,7 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
minifyEnabled enableProguardInBuilds
}
release {
lintOptions {
@@ -192,7 +193,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 enableProguardInReleaseBuilds
minifyEnabled enableProguardInBuilds
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
}
}