This repository has been archived on 2026-06-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Dienstplan/android-app/app/proguard-rules.pro
copilot-swe-agent[bot] 976d494d9f Add Android app implementation with core features
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
2025-11-14 17:24:17 +00:00

9 lines
314 B
Prolog

# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# Keep data classes
-keep class com.dienstplan.nrw.model.** { *; }
# Keep ViewBinding classes
-keep class com.dienstplan.nrw.databinding.** { *; }