Add Proguard on Android Releases (#332)

* Add Proguard for Android releases

* Fixed borderBottomEndRadius inconsistency on RTL

---------

Co-authored-by: Ritesh Shukla <riteshshukla@Riteshs-MacBook-Pro.local>
This commit is contained in:
Ritesh Shukla
2025-05-11 00:48:48 +05:30
committed by GitHub
parent b0f40caf15
commit 11047570f4
3 changed files with 6 additions and 6 deletions
+1 -5
View File
@@ -58,7 +58,7 @@ react {
/**
* Set this to true to Run Proguard on Release builds to minify the Java bytecode.
*/
def enableProguardInReleaseBuilds = false
def enableProguardInReleaseBuilds = true
def enableSeparateBuildPerCPUArchitecture = true
/**
@@ -83,10 +83,6 @@ def reactNativeArchitectures() {
android {
androidResources {
noCompress += ["bundle"]
}
ndkVersion rootProject.ext.ndkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion
+3
View File
@@ -8,3 +8,6 @@
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
-keep class com.jellify.BuildConfig { *; }