google/pack

Provide command-line switches for compile-time attribute injection

Ouverte

#36 ouverte le 29 avr. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (24 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (226 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur