Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created March 23, 2014 05:42
Show Gist options
  • Save shaobin0604/9719235 to your computer and use it in GitHub Desktop.
Save shaobin0604/9719235 to your computer and use it in GitHub Desktop.
global gradle config in ~/.gradle/gradle.properties
RELEASE_STORE_FILE=D:\\Opt\\adt-bundle-windows-x86\\sdk\\keystore
RELEASE_STORE_PASSWORD=${release_store_password}
RELEASE_KEY_ALIAS=${release_key_alias}
RELEASE_KEY_PASSWORD=${release_key_password}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment