Closed josereia closed 4 months ago
Hey. Thanks for the PR. Let me do some testing on this because I have a feeling that removing the package declaration in the manifest will break for anyone not using gradle 8.
Thank you very much for your review, I really hadn't realized the compatibility issue.
I've already sent a new commit in response to your request: add the package property back to AndroidManifest.xml and make the build.gradle namespace conditional.
Added the
namespace
"com.erikas.audiotags" tobuild.gradle
, removed the package property fromAndroidManifest.xml
and changedminSdkVersion
to 21 to fix the "namespace missing" compile error and to meet Google's new requirements for Android in new versions of Gradle and AGP.BREAKING CHANGE: Android sdk minimum version updated from 16 to 21 Closes #19