6 lines
104 B
Groovy
6 lines
104 B
Groovy
|
apply plugin: 'com.android.library'
|
||
|
|
||
|
android {
|
||
|
compileSdkVersion 23
|
||
|
buildToolsVersion "24.0.0"
|
||
|
}
|