Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前在 Google Play 上有 30 多个应用程序,它们的分支都来自 master 分支。问题是,当使用 1 个功能和/或错误修复更新主分支时,我必须遍历所有应用程序并合并更改,构建 apk 并发布商店。
鉴于发布到商店必须手动完成。是否有任何更简单的方法/工具可以为所有后代分支合并和构建 APK?
谢谢
新的 Gradle 构建系统包括Build Variants。您可以拥有一个包含 30 个应用程序的项目,然后使用变体构建这些应用程序。