blob: f4b747b15e861b8e5d35a41ccb60cb52427815de [file] [log] [blame]
Xavier Ducrohet11086782013-01-25 15:59:06 -08001buildscript {
2 repositories {
3 maven { url '../../repo' }
Xavier Ducroheta9e5c0a2013-03-19 14:31:03 -07004 maven { url '../../../../prebuilts/tools/common/m2/repository' }
Xavier Ducrohet11086782013-01-25 15:59:06 -08005 }
6 dependencies {
Xavier Ducrohet1918f7b2013-02-26 11:57:02 -08007 classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
Xavier Ducrohet11086782013-01-25 15:59:06 -08008 }
9}
10apply plugin: 'android'
11
12android {
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080013 compileSdkVersion 17
Xavier Ducrohet92485732013-03-25 17:03:31 -070014 buildToolsVersion "17.0"
Xavier Ducrohet11086782013-01-25 15:59:06 -080015
16 defaultConfig {
17 renderscriptTargetApi = 11
18 }
19}