Files
lck-control-app/app/proguard-rules.pro
omigamedev 6f02d33b97 Initial commit: LCK Control Phone App
Native Android phone app with Kotlin + Jetpack Compose + Material 3 dark theme.
Features: TikTok-style video feed (public, no auth required), pairing code login,
stream management, social profiles, P2P WebRTC device communication, file transfer.
Feed starts without auth; social actions and other tabs gate behind pairing.
2026-03-04 12:04:21 +01:00

11 lines
397 B
Prolog

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in the Android SDK tools directory.
# Keep Moshi adapters
-keep class com.omixlab.lckcontrol.app.data.remote.** { *; }
-keepclassmembers class com.omixlab.lckcontrol.app.data.remote.** { *; }
# Keep Room entities
-keep class com.omixlab.lckcontrol.app.data.local.entity.** { *; }