blob: 7501b3c0115765f4043bda99e4d742a071fba47b [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 18
buildToolsVersion "19.1.0"
defaultConfig {
minSdkVersion 9
targetSdkVersion 16
versionCode 1
versionName "1.0"
}
}
dependencies {
compile 'com.android.support:appcompat-v7:19.+'
}