google/pack

Provide command-line switches for compile-time attribute injection

Offen

#36 geöffnet am 29.04.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (24 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (226 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide