google/pack
GitHub で見るProvide command-line switches for compile-time attribute injection
Open
#36 opened on 2025年4月29日
enhancementgood first issue
Repository metrics
- Stars
- (226 stars)
- PR merge metrics
- (PR metrics pending)
説明
Some projects want to inject android:versionCode or android:versionName in at build-time, not hard-code them into the manifest and cause a VCS change every time they publish a new version. aapt2 handles this through CLI switches. It also provides switches like --rename-manifest-package for choosing the package id.