# Prevent package name obfuscation
-keeppackagenames com.bureau.**

# Keep the public API — accessed cross-module by backendconfig, devicefingerprint, analytics, etc.
-keep class com.bureau.network.RetroFitInstance { *; }

# Java 9+ string concatenation desugaring
-dontwarn java.lang.invoke.StringConcatFactory
-keep class io.michaelrocks.paranoid** {*;}
