proguard-user.txt.OPTIONAL.txt 612 B

12345678910111213141516
  1. ## BEGIN UNITY IAP
  2. #
  3. # When building with Gradle, analysis of Unity IAP's Java purchasing support libraries can
  4. # result in fatal build warnings and errors. These can be safely ignored.
  5. #
  6. # To ignore:
  7. # 1. Paste the contents of this file into your project's "Assets/Plugins/UnityPurchasing/Android/proguard-user.txt"
  8. # file.
  9. # 2. Confirm that "User Proguard File" is enabled (Player Settings > Android > Publishing Settings >
  10. # User Proguard File).
  11. # 3. Build.
  12. #
  13. # Note this ProGuard flag suppresses often helpful warnings seen when incorporating Java into projects.
  14. -ignorewarnings
  15. #
  16. ## END UNITY IAP