clio/clio-android/app/proguard-rules.pro
Your Name b24dd72ae0
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s
Remove redundant cursor styling
2026-05-19 19:48:13 -04:00

7 lines
316 B
Prolog

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /sdk/tools/proguard/proguard-android.txt
# Keep service and receiver classes
-keep class com.example.phonerecorder.RecordingService { *; }
-keep class com.example.phonerecorder.BootReceiver { *; }