chore: update proguard rules

pull/650/head
andrekir 2023-06-30 00:33:52 -03:00
rodzic 4f7438edf2
commit 4af4e82de7
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -34,9 +34,7 @@
-dontwarn com.google.android.gms.**
# ormlite
-dontwarn com.j256.ormlite.android.**
-dontwarn com.j256.ormlite.logger.**
-dontwarn com.j256.ormlite.misc.**
-dontwarn com.j256.ormlite.**
# OkHttp
-dontwarn okhttp3.internal.platform.**
@ -46,6 +44,7 @@
# ?
-dontwarn java.awt.image.**
-dontwarn java.lang.reflect.**
-dontwarn com.google.errorprone.annotations.**
# Our app is opensource no need to obsfucate