mirror of
https://github.com/moparisthebest/android_external_GmsLib
synced 2024-12-12 10:22:19 -05:00
14 lines
311 B
Groovy
14 lines
311 B
Groovy
apply plugin: 'com.android.library'
|
|
apply plugin: 'com.github.dcendents.android-maven'
|
|
|
|
dependencies {
|
|
compile project(':play-services-base')
|
|
compile project(':play-services-location')
|
|
compile project(':play-services-wearable')
|
|
}
|
|
|
|
android {
|
|
compileSdkVersion 21
|
|
buildToolsVersion "22.0.0"
|
|
}
|