mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 09:58:46 -05:00
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:
@@ -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
|
||||
|
||||
Vendored
+3
@@ -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 { *; }
|
||||
|
||||
Reference in New Issue
Block a user