forked from amazon-ion/ion-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates jar classifiers and r8 config
- Loading branch information
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
-keepattributes SourceFile, LineNumberTable | ||
|
||
-keep class com.amazon.ion.*** | ||
-keep interface com.amazon.ion.*** | ||
-keep enum com.amazon.ion.*** | ||
-dontobfuscate | ||
-keepattributes SourceFile, LineNumberTable, Signature | ||
-keepclasseswithmembers class com.amazon.ion.*** { | ||
*; | ||
} | ||
-keep public class com.amazon.ion.*** | ||
-keep public interface com.amazon.ion.*** | ||
-keep public enum com.amazon.ion.*** | ||
-keeppackagenames *** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters