proguard-rules.pro 635 B

1234567891011121314151617
  1. # Add project specific ProGuard rules here.
  2. # By default, the flags in this file are appended to flags specified
  3. # in E:\developSoftware\Android\SDK/tools/proguard/proguard-android.txt
  4. # You can edit the include path and order by changing the proguardFiles
  5. # directive in build.gradle.
  6. #
  7. # For more details, see
  8. # http://developer.android.com/guide/developing/tools/proguard.html
  9. # Add any project specific keep options here:
  10. -keep public class com.google.** { *; }
  11. -keep public class androidx.** { *; }
  12. -keep class com.cocos.lib.CocosActivity {
  13. public <methods>;
  14. protected <methods>;
  15. private void createSurface(...);
  16. }