When build production, signed, apk, I noticed these rows in the output:
Running dex in-process requires build tools 23.0.2.
For faster builds update this project to use the latest build tools.
I (think to) remember that it's mandatory to have android build-tools at exact version 23.0.1.
What must I do to update the project ?
UPDATE
I uninstalled build-tools 23.0.1 and installed 23.0.3.
Then I updated build.gradle
file as suggested from sfratini, but I got this when building:
Checking the license for package Android SDK Build-Tools 23.0.1 in C:\Users\realtebo\AppData\Local\Android\Sdk\licenses
License for package Android SDK Build-Tools 23.0.1 accepted.
Preparing "Install Android SDK Build-Tools 23.0.1".
Of course, the suggestion to use lastest build-tool is disappeared, but I cannot understand why the old build-tool is automatically forcely installed.