play release blocker lint for Gemini CLI
io.github.jmshinhwa/play-release-blocker-lint
Finds the lines that make Google Play reject your release - target API below 36, Billing Library bel
client:Gemini CLI
transport:stdio
runtime:npm
Install play release blocker lint in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"play-release-blocker-lint": {
"command": "npx",
"args": [
"-y",
"@readystack/play-release-blocker-lint"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs