android-release-build-setup
Installation
SKILL.md
Android Release Build Setup
This skill orchestrates complete Android release build configuration by running three atomic skills in sequence.
What This Does
Sets up everything needed for Android release builds:
- Keystore Generation - Production and local dev keystores
- ProGuard/R8 Configuration - Code minification and optimization
- Signing Configuration - Dual-source signing (CI/CD + local dev)
Prerequisites
- Android project with Gradle
- JDK installed (for keytool command)
- Project uses Kotlin DSL (build.gradle.kts)
Process
Related skills
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
15android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-validation
Validate Android release builds before publishing to ensure quality and catch ProGuard issues
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9android-e2e-testing-setup
Setup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds)
8