feat: add auto-updater to the nightly flavor

This commit is contained in:
LucasGGamerM
2023-03-30 14:37:05 -03:00
parent 5ec762ac0d
commit 20b6d15c2e
29 changed files with 513 additions and 1 deletions

View File

@@ -15,6 +15,11 @@
<!-- <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>-->
<!-- </intent-filter>-->
<!-- </receiver>-->
<provider
android:authorities="${applicationId}.self_update_provider"
android:name=".updater.SelfUpdateContentProvider"
android:grantUriPermissions="true"
android:exported="false"/>
</application>
</manifest>