fix: add proguard rule to suppress missing errorprone annotations in release build

This commit is contained in:
Paweł Orzech 2026-03-19 15:37:24 +01:00
parent 11f4e2f8f6
commit c9f77d8e25
No known key found for this signature in database

View file

@ -14,3 +14,6 @@
-keepclasseswithmembers class * { -keepclasseswithmembers class * {
@retrofit2.http.* <methods>; @retrofit2.http.* <methods>;
} }
# Google Tink / EncryptedSharedPreferences - suppress missing errorprone annotations
-dontwarn com.google.errorprone.annotations.**