Remove the special command system exclusions from proguard config

This commit is contained in:
Brady 2019-09-26 18:55:15 -05:00
parent f8f214ca90
commit a8b1badd8a
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -17,11 +17,6 @@
-keep class baritone.api.** { *; } # this is the keep api
# Proguard does not know the commands framework better than I do
# It needs its empty constructors and simple names to work correctly
-keep class baritone.api.utils.command.** { *; }
-keepclasseswithmembernames class baritone.api.utils.command.** { *; }
# service provider needs these class names
-keep class baritone.BaritoneProvider
-keep class baritone.api.IBaritoneProvider