Add Android app implementation with core features
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
parent
3069fcd8ba
commit
976d494d9f
28 changed files with 1784 additions and 3 deletions
9
android-app/app/proguard-rules.pro
vendored
Normal file
9
android-app/app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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.** { *; }
|
||||
Reference in a new issue