Change proguard minification

Issue #87 closed
Axel Kramer repo owner created an issue

Change proguard minification.

the minified version of the Symja library should keep all public

org.matheclipse.**

packages and subpackages from being obfuscated.

All classes which mplement the following interfaces should be kept from being obfuscated:

java.lang.Number
org.apache.commons.math3.Field
org.apache.commons.math3.FieldElement

Comments (5)

  1. Log in to comment