Add legacy self-update so v3 users can get v4 update

This commit is contained in:
Rahul Kumar Patel
2021-03-01 22:02:09 +05:30
parent 09e75860a5
commit 90113ab338
10 changed files with 307 additions and 6 deletions

View File

@@ -150,6 +150,7 @@
<service
android:name="com.novoda.merlin.MerlinService"
android:exported="false" />
<service android:name=".data.service.SelfUpdateService" />
<provider
android:name="androidx.core.content.FileProvider"