Fix maven and android tests after modularizing and rebasing

This commit is contained in:
Ilya Chernikov
2017-09-02 14:17:17 +03:00
parent 3a55ed31a6
commit 3aabeca191
10 changed files with 43 additions and 2 deletions
+1
View File
@@ -165,6 +165,7 @@ messages/**)
-keep class gnu.trove.TIntHashSet { *; }
-keep class gnu.trove.TIntIterator { *; }
-keep class org.iq80.snappy.SlowMemory { *; }
-keep class javaslang.match.PatternsProcessor { *; }
-keepclassmembers enum * {
public static **[] values();