blob: e632dbfb59731b1d192421409800c41477dde3bd [file] [log] [blame]
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07001buildscript {
2 repositories {
Xavier Ducrohet4b622302013-04-29 17:52:12 -07003 maven { url '../../../../out/host/gradle/repo' }
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07004 }
5 dependencies {
Xavier Ducrohet1918f7b2013-02-26 11:57:02 -08006 classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07007 }
8}
9apply plugin: 'android'
10
11android {
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080012 compileSdkVersion 15
Xavier Ducrohet92485732013-03-25 17:03:31 -070013 buildToolsVersion "17.0"
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -070014
15}