Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created July 2, 2020 08:26
Show Gist options
  • Save topherPedersen/0b14ea154ba0bd86e5b726162b8e7421 to your computer and use it in GitHub Desktop.
Save topherPedersen/0b14ea154ba0bd86e5b726162b8e7421 to your computer and use it in GitHub Desktop.
Broken build.grade (Sign in with Google Blog Post)
signingConfigs {
release {
if (project.hasProperty('MYAPP_UPLOAD_STORE_FILE')) {
storeFile file(MYAPP_UPLOAD_STORE_FILE)
storePassword MYAPP_UPLOAD_STORE_PASSWORD
keyAlias MYAPP_UPLOAD_KEY_ALIAS
keyPassword MYAPP_UPLOAD_KEY_PASSWORD
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment