Niedzielski has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/246724

Change subject: Don't obfuscate release builds
......................................................................

Don't obfuscate release builds

Disable ProGuard code obfuscation[0] (but not minification). We do not
care about making the apk code unreadable[1].

[0] http://proguard.sourceforge.net/manual/usage.html#obfuscationoptions
[1] https://gerrit.wikimedia.org/r/#/c/227393/

Change-Id: I1e9b9122828c8325fbe34e3b7554d4aa185e29dd
---
M app/proguard-rules.pro
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/24/246724/1

diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 00ec90d..486f402 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -9,6 +9,8 @@
 
 # Add any project specific keep options here:
 
+-dontobfuscate
+
 # If your project uses WebView with JS, uncomment the following
 # and specify the fully qualified class name to the JavaScript interface
 # class:

-- 
To view, visit https://gerrit.wikimedia.org/r/246724
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e9b9122828c8325fbe34e3b7554d4aa185e29dd
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <sniedziel...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to