Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 23, 2024
1 parent 25415ab commit 79a2607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions binding/android/OrcaTestApp/orca-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ dependencies {
implementation 'com.google.android.material:material:1.8.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:orca-android:1.0.0'

// Espresso UI Testing
Expand All @@ -124,4 +125,6 @@ dependencies {
afterEvaluate {
tasks."mergeDebugAssets".dependsOn "copyParams"
tasks."mergeReleaseAssets".dependsOn "copyParams"
tasks."generateReleaseLintVitalReportModel".dependsOn "copyParams"
tasks."lintVitalAnalyzeRelease".dependsOn "copyParams"
}
6 changes: 5 additions & 1 deletion binding/android/OrcaTestApp/orca-test-app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.google.** { *; }
-keep class com.microsoft.** { *; }
-keep class com.microsoft.** { *; }

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

0 comments on commit 79a2607

Please sign in to comment.