blob: 056791050ca43482d1a26cc29fb0abce0e7faebc [file] [log] [blame]
buildscript {
repositories {
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android'
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
defaultConfig {
minSdkVersion 3
targetSdkVersion 17
}
}