proguard-python.pro 193 B

123456
  1. # Python支持
  2. -keep public class com.undcover.freedom.pyramid.** { *; }
  3. -dontwarn com.undcover.freedom.pyramid.**
  4. -keep public class com.chaquo.python.** { *; }
  5. -dontwarn com.chaquo.python.**