mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 20:15:41 +00:00
fix: add proguard rule to suppress missing errorprone annotations in release build
This commit is contained in:
parent
11f4e2f8f6
commit
c9f77d8e25
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -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.**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue