# DebugDeck is a debug-only tool; consumers typically strip it via library-no-op in release
# builds. These rules only apply if DebugDeck classes end up in a minified build.
-keep class io.debugdeck.db.entity.** { *; }
-keep class io.debugdeck.network.model.** { *; }
