add sdk manager to download build tool for Android

This commit is contained in:
Nabil Hachicha 2016-01-22 22:41:07 +00:00
parent e94017d039
commit d784d624dd
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
apply plugin: 'android-sdk-manager'
apply plugin: "com.android.application" apply plugin: "com.android.application"
/** /**

View File

@ -6,6 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.3.1' classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files