Skip to content

ProGuard Guide

ahmadarbisoft edited this page Nov 3, 2016 · 2 revisions
  • Incase you are using ProGuard, add the following lines in your ProGuard config file in order to prevent ProGuard from stripping away required classes.
##### For PredictIO SDK ######
-keepattributes Signature
-keepattributes Annotation
-keep public class io.predict.**{*;}