Skip to content

Commit

Permalink
Injimob-1603- Expo camera, react native screens and SDK version updat…
Browse files Browse the repository at this point in the history
…es (#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 <[email protected]>
Co-authored-by: adityankannan-tw <[email protected]>
  • Loading branch information
adityankannan-tw and Adityankannan authored Oct 8, 2024
1 parent 375044c commit c77f0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -183,7 +183,6 @@ android {
buildTypes {
debug {
signingConfig signingConfigs.debug
minifyEnabled enableProguardInBuilds
}
release {
lintOptions {
Expand All @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c77f0d4

Please sign in to comment.