mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-01 00:42:39 +00: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"
|
||
|
}
|