simplifying base models

new attachments
This commit is contained in:
2021-09-24 10:55:07 +03:00
parent 56fb93d2e4
commit e127501889
68 changed files with 1933 additions and 1559 deletions
-9
View File
@@ -28,15 +28,6 @@
</intent-filter>
</activity>
<receiver
android:name=".receiver.MinuteReceiver"
android:enabled="true"
android:exported="false">
<intent-filter>
<action android:name="android.intent.ACTION_TIME_CHANGED" />
</intent-filter>
</receiver>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"