blob: 056d567323f0b4f04e5106bd2ad540b887706e9e [file] [log] [blame]
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07001buildscript {
2 repositories {
Xavier Ducrohete9452202012-09-28 17:35:32 -07003 maven { url '../../repo' }
Xavier Ducroheta9e5c0a2013-03-19 14:31:03 -07004 maven { url '../../../../prebuilts/tools/common/m2/repository' }
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07005 }
6 dependencies {
Xavier Ducrohet1918f7b2013-02-26 11:57:02 -08007 classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07008 }
9}
10apply plugin: 'android'
11
12android {
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080013 compileSdkVersion 15
Xavier Ducrohet92485732013-03-25 17:03:31 -070014 buildToolsVersion "17.0"
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -070015
16}