In Android Studio 3.4.1, my build fails on this bit from your build.gradle:
task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
}
Following advice on stackoverflow, I just deleted that thing. Rebuilding, the next error is something about "destination".
I can get more specific if you like, but I have a feeling you'll want me to take this to stackoverflow?