blob: 4d261113fda0594878dde96b02f0cb7dd66f64e5 [file] [log] [blame]
Xavier Ducrohet11086782013-01-25 15:59:06 -08001//
2// A basic Android application that follows all the conventions
3//
4buildscript {
5 repositories {
6 maven { url '../../repo' }
7 }
8 dependencies {
Xavier Ducrohet1918f7b2013-02-26 11:57:02 -08009 classpath 'com.android.tools.build:gradle:0.4-SNAPSHOT'
Xavier Ducrohet11086782013-01-25 15:59:06 -080010 }
11}
12apply plugin: 'android'
13
14android {
Xavier Ducrohetcd66cd32013-01-30 13:24:03 -080015 compileSdkVersion 17
Xavier Ducrohet11086782013-01-25 15:59:06 -080016
17 defaultConfig {
18 renderscriptTargetApi = 11
19 }
20}