google/pack

Provide command-line switches for compile-time attribute injection

开放

#36 创建于 2025年4月29日

 (0 条评论) (0 个反应) (0 位负责人)Rust (24 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (226 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南