From cc17281e927060db0f4b767f13ad49d4adb3f34a Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Fri, 22 Nov 2024 11:06:50 -0800 Subject: [PATCH] try fix --- .../android/RhinoTestApp/rhino-test-app/proguard-rules.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro b/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro index 158caf35..2d07c7d2 100644 --- a/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro +++ b/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro @@ -20,4 +20,7 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile -keep class com.google.** { *; } --keep class com.microsoft.** { *; } \ No newline at end of file +-keep class com.microsoft.** { *; } + +-dontwarn com.google.errorprone.annotations.CheckReturnValue +-dontwarn com.google.errorprone.annotations.MustBeClosed \ No newline at end of file