The issue is with build gradle 3.1.4. Downgrade to 3.1.3 and you should be good to go
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}