State we need the gradle build plugin at least 12+

robolectric-error
Bradlee Speice 2014-09-01 23:01:08 -04:00
parent 0451d9443f
commit 479879925f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
}