Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kephalian authored Jul 11, 2022
1 parent 6d4f648 commit ed5f1b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,9 @@ public double[] Stringto1DArray_MC(String input) {
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
```
### PROGUARD WILL CREATE PROBLEMS SO ADD CLASSES TO EXCLUDE
```java
-keep class org.apache.commons.math3.linear.**
-keep interface org.apache.commons.math3.linear.**
-dontwarn org.apache.commons.math3.geometry.**
```

0 comments on commit ed5f1b9

Please sign in to comment.