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

# Keep the public API
-keep class com.bureau.autoclicker.AutoclickerAPI { public *; }

# Keep the callback interface so consumers can implement it
-keep interface com.bureau.autoclicker.AutoClickDetectorCallback { *; }
