blob: be4c4d94898021ea547a47ff9bfc5d81a95c86ed [file] [log] [blame]
Xavier Ducrohet6ac01a92012-09-04 18:37:00 -07001//
2// A basic Android application that follows all the conventions
3//
4buildscript {
5 repositories {
6 maven { url '../../repo' }
7 }
8 dependencies {
9 classpath 'com.android.build:gradle-android:0.1-SNAPSHOT'
10 }
11}
12apply plugin: 'android'
13
14android {
15 target = "android-15"
16
17}