Skip to content

Commit

Permalink
Include SDK manager for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Berry committed Jun 11, 2015
1 parent f7485f5 commit 1d0f1b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.dcendents:android-maven-plugin:1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
}

Expand All @@ -16,4 +17,6 @@ allprojects {
repositories {
jcenter()
}

apply plugin: 'android-sdk-manager'
}

0 comments on commit 1d0f1b7

Please sign in to comment.