Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 22, 2024
1 parent cc17281 commit 7d484be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions binding/android/RhinoTestApp/rhino-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
-keep class com.microsoft.** { *; }

-dontwarn com.google.errorprone.annotations.CheckReturnValue
-dontwarn com.google.errorprone.annotations.MustBeClosed
-dontwarn com.google.errorprone.annotations.MustBeClosed
-dontwarn javax.lang.model.element.Modifier

0 comments on commit 7d484be

Please sign in to comment.