VeryGoodOpenSource / very_good_templates

Collection of open-source templates created and maintained by Very Good Ventures.
61 stars 11 forks source link

chore: remove legacy package tag in AndroidManifest.xml #161

Closed alestiago closed 2 months ago

alestiago commented 2 months ago

Description

Related to #156 and #160

From the documentation:

In the Gradle-based build system, starting with AGP 7.3, don't set the package value in the source manifest file directly. For more information, see Set the application ID.

Current example AGP version is 7.3

Type of Change