mirror of
https://github.com/moparisthebest/android_external_GmsLib
synced 2024-11-12 03:55:12 -05:00
11 lines
216 B
Groovy
11 lines
216 B
Groovy
apply plugin: 'com.android.library'
|
|
apply plugin: 'com.github.dcendents.android-maven'
|
|
|
|
dependencies {
|
|
compile project(':play-services-base')
|
|
}
|
|
|
|
android {
|
|
compileSdkVersion 22
|
|
buildToolsVersion "22.0.0"
|
|
} |