Gradle thinks 2.10 is less than 2.2 when resolving plugins

As new release with the fix not available yet, the former walk-around works fine.

buildscript {
System.properties[‘com.android.build.gradle.overrideVersionCheck’] = ‘true’

}

3 Likes