diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5f4afcbea2..fbb15e60ba 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -176,7 +176,8 @@ android { "META-INF/LICENSE-notice.md", "META-INF/proguard/androidx-annotations.pro", "**/*.dylib", - "**/*.dll" + "**/*.dll", + "**/*.proto" ) } }