blob: 763cb0998eb9feaaea355d8dbc5190de2e1f4e1a [file] [log] [blame]
apply plugin: 'com.android.library'
android {
compileSdkVersion 26
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt')
}
}
}
dependencies {
compile 'com.android.support:appcompat-v7:26.+'
}