mirror of
https://github.com/moparisthebest/android_external_GmsLib
synced 2024-11-13 20:45:10 -05:00
12 lines
217 B
Groovy
12 lines
217 B
Groovy
apply plugin: 'com.android.library'
|
|
apply plugin: 'com.github.dcendents.android-maven'
|
|
|
|
dependencies {
|
|
compile project(':play-services-base')
|
|
}
|
|
|
|
android {
|
|
compileSdkVersion 21
|
|
buildToolsVersion "21.1.2"
|
|
}
|