Try and get the API 21 build going again...

This commit is contained in:
Bradlee Speice
2014-11-23 23:23:10 -05:00
parent 7e3fdf6567
commit 0e068fe4bd
2 changed files with 7 additions and 4 deletions

View File

@ -2,12 +2,8 @@ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
}
apply plugin: 'android-sdk-manager'
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'