I was developing a android application. My configuration are given below:
- minimum sdk version in 4.4.4
- Build tools version =25.0.0
I am adding some addtional third party library as library module to my project and added as dependency in my main module.
In that library module they are using build tool as 25.0.3. So gradle build failed.
I need to update build tool in my main project and download the latest build tools which is greater than library module build tools? or I need to give the build tool version as 25.0.3 (same as library module) in my main project?