blob: be4c4d94898021ea547a47ff9bfc5d81a95c86ed [file] [log] [blame]
//
// A basic Android application that follows all the conventions
//
buildscript {
repositories {
maven { url '../../repo' }
}
dependencies {
classpath 'com.android.build:gradle-android:0.1-SNAPSHOT'
}
}
apply plugin: 'android'
android {
target = "android-15"
}