Results 1 comments of Akshay Gore

In my case, I had to use it like this ``` if(project.hasProperty("android")) { android.compileSdkVersion = rootProject.ext.compileSdkVersion android.buildToolsVersion = rootProject.ext.buildToolsVersion } ```