Showing posts with label build-tools. Show all posts
Showing posts with label build-tools. Show all posts

Thursday, May 7, 2015

Gradle tip - Read the changelog of the Android Build Tools

Read the change log of the Android Build Tools - This line in the build.gradle:
buildToolsVersion "x.y.z"
Controls the actual wrapping of your Android app. Be cautious when upgrading it and brief through the release notes to understand impacts.