Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created December 26, 2016 09:49
Show Gist options
  • Save kevalpatel2106/699adc1d510e2e303e7c3d36079ce309 to your computer and use it in GitHub Desktop.
Save kevalpatel2106/699adc1d510e2e303e7c3d36079ce309 to your computer and use it in GitHub Desktop.
android {
buildToolsVersion ‘21.1.2’//Use the latest version at the time.
defaultConfig {
// Enable the experimental Jack build tools.
jackOptions {
enabled true
}
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment