In your root
build.gradle
, make sure that gradle is set to at least version 2.2.0:
So you should have the following in
buildscript {...}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
No comments:
Post a Comment