|
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 23
|
|
buildToolsVersion '23.0.2'
|
|
|
|
defaultConfig {
|
|
minSdkVersion 10
|
|
targetSdkVersion 23
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
compile 'com.android.support:support-annotations:23.1.1'
|
|
compile 'com.android.support:support-v4:23.1.1'
|
|
}
|
|
|