commit | 5ecb04af8dddcb02a94f8fc12f6c9af018841d66 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Jun 13 09:44:32 2017 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Tue Jun 13 09:44:32 2017 +0200 |
tree | 9430f1a8618dd8b568ad372e93b3184f895281ae | |
parent | 0e23f6e83375a482a6ebcb37dc86e983b349ea26 [diff] |
Add the latest version of Gmail The following changes was made to the Proguard configuration for R8 processing to succeed: 1. Added the line -dontwarn sun.net.spi.nameservice.NameServiceDescriptor 2. Removed Signature from -keepattributes 3. Uncommented -verbose 4. Uncommented all -checkdiscard rules Change-Id: Ie28fe241b7d378b74254cf22b705d0e264d9ed8c
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.