هذا المشروع هو إضافة بناء (build plugin) لـ Android Gradle مصممة لأتمتة إنشاء حزم تطبيقات متعددة خاصة بقنوات توزيع معينة من عملية بناء واحدة. تعمل كمولد لمتغيرات APK يقوم بحقن معرفات توزيع فريدة في حزم التطبيقات لتتبع مصادر التثبيت عبر متاجر تطبيقات مختلفة.
الميزات الرئيسية لـ mcxiaoke/packer-ng-plugin هي: Channel Package Generation, Android Build Automation, Gradle Build Systems, Android Gradle Distribution Plugins, APK Distribution Automators, Channel Definitions, Channel Identifier Injection, Android App Distribution.
تشمل البدائل مفتوحة المصدر لـ mcxiaoke/packer-ng-plugin: meituan-dianping/walle — Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed… crimera/twitter-apk — This project is a suite of tools for scraping remote assets, applying binary modifications, and orchestrating the… evant/gradle-retrolambda — gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda… jetbrains/intellij-platform-plugin-template — This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It… gradle/kotlin-dsl-samples — This repository provides a collection of example configurations demonstrating how to define project build logic and… cesarferreira/dryrun — Dryrun is a command-line tool designed to automate the end-to-end lifecycle of Android projects, including cloning,…
Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera
This project is a suite of tools for scraping remote assets, applying binary modifications, and orchestrating the distribution of patched Android applications. It functions as an automated build pipeline that fetches remote assets and compiles patched binaries into installable packages. The system includes a specialized remote asset downloader designed to fetch application files and version metadata from remote servers while bypassing bot protections. It also operates as an Android app distribution system that uploads modified binaries to a repository and sends update notifications via Telegr
gradle-retrolambda is a Gradle plugin and bytecode transformer designed to enable the use of modern Java lambda expressions in legacy Java and Android runtime environments. It functions as a backporting tool that ensures modern functional programming syntax remains compatible with older virtual machines. The project transforms compiled class files to make them compatible with Java 6 and 7 environments. This allows for the use of modern Java features in projects that must maintain backward compatibility with older API levels and legacy Android devices. The tool integrates into the Gradle buil
This repository provides a collection of example configurations demonstrating how to define project build logic and dependencies using the Kotlin domain-specific language. It serves as a reference for implementing build automation within the Gradle ecosystem, focusing on the transition from traditional scripting to a type-safe, expressive approach for managing software lifecycles. The samples illustrate how to leverage the Kotlin compiler to validate build scripts during development, enabling features such as IDE autocompletion and early error detection. By utilizing this approach, developers