diff --git a/binding/android/RhinoTestApp/rhino-test-app/build.gradle b/binding/android/RhinoTestApp/rhino-test-app/build.gradle index 28a06716..7e7535bc 100644 --- a/binding/android/RhinoTestApp/rhino-test-app/build.gradle +++ b/binding/android/RhinoTestApp/rhino-test-app/build.gradle @@ -150,6 +150,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.code.gson:gson:2.10' + implementation 'com.google.errorprone:error_prone_annotations:2.36.0' implementation 'ai.picovoice:rhino-android:3.0.1' // Espresso UI Testing diff --git a/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro b/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro index 2d07c7d2..280693da 100644 --- a/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro +++ b/binding/android/RhinoTestApp/rhino-test-app/proguard-rules.pro @@ -23,4 +23,5 @@ -keep class com.microsoft.** { *; } -dontwarn com.google.errorprone.annotations.CheckReturnValue --dontwarn com.google.errorprone.annotations.MustBeClosed \ No newline at end of file +-dontwarn com.google.errorprone.annotations.MustBeClosed +-dontwarn javax.lang.model.element.Modifier \ No newline at end of file