DEV Community
•
2026-04-11 16:30
I built the first Android publishing CLI with Managed Google Play support
If you ship a private Android app to enterprise customers, you've probably noticed something:
No publishing CLI supports it.
Fastlane supply, the most popular Android publishing tool, wraps the standard Google Play Publisher API. Gradle Play Publisher does the same. They both handle public Play Store releases well (upload AAB, promote tracks, manage rollouts), but neither touches the Play Custom...