Skip to content

Instantly share code, notes, and snippets.

@mumayank
Created September 2, 2016 15:34
Show Gist options
  • Save mumayank/3d92d99bb7a56ce4214a50f18d7cc6b8 to your computer and use it in GitHub Desktop.
Save mumayank/3d92d99bb7a56ce4214a50f18d7cc6b8 to your computer and use it in GitHub Desktop.
// line on the top of the file:
int minSdk = hasProperty('minSdk') ? minSdk.toInteger() : 15
// replace your earlier minSdkVersion <sdk version number> with:
minSdkVersion minSdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment