You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/12/23 01:41:39 UTC

[GitHub] [incubator-weex] zsmjhtn edited a comment on issue #3091: [Android][honer Mate7]Debug is all right, but Release go wrong in 0.28

zsmjhtn edited a comment on issue #3091: [Android][honer Mate7]Debug is all right, but Release go wrong in 0.28
URL: https://github.com/apache/incubator-weex/issues/3091#issuecomment-568325829
 
 
   extend Weex byself. And the Proguard-rules need both 
   ```java
   -keep class org.apache.weex.** { *; }
   ```
   ```java
   -keep class weex.** {*;}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services