Move all fragments to ui package. Store created and modified date to game.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-06 11:09:06 +01:00
parent 94cdbcad0b
commit 1e428e854e
29 changed files with 99 additions and 91 deletions

View File

@@ -10,7 +10,8 @@
android:localeConfig="@xml/locales_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:dataExtractionRules="@xml/data_extraction_rules">
<activity
android:name=".DrawerActivity"
android:exported="false"