A Gradle plugin that automatically removes proguard.map files from Android App Bundle (AAB) build outputs. This plugin helps reduce AAB file size and simplifies the release process when mapping files are not needed.
plugins {
id("com.scalified.plugins.gradle.proguard") version "$version"
}
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.