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.

貢獻者指南