summaryrefslogtreecommitdiff
path: root/src/test/resources/proguard-test.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-021-2/+1
| | | | | | | | | | | | | | | * Support java 9+ and gradle 6+ * Update asm Signed-off-by: liach <liach@users.noreply.github.com> * Use asm 8 and move that to a constant * Bump version * fix version format Co-authored-by: liach <liach@users.noreply.github.com>
* Update readme (#170)Gravatar Runemoro2019-11-021-0/+9
* Update readme * Update README.md