I was trying to add a dependency to my application and I accidentally modified the wrong build.gradle file and now my application no longer builds correctly.
This is my
Had the same problem and fixed it by updating TO latest build-tools version:
buildToolsVersion '24.0.1'
OR
buildToolsVersion '24'