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.

No comments:

Post a Comment