mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-10-31 16:32:39 +00:00
14 lines
363 B
Groovy
14 lines
363 B
Groovy
apply plugin: 'com.android.library'
|
|
apply plugin: 'com.github.dcendents.android-maven'
|
|
|
|
dependencies {
|
|
compile 'com.android.support:support-v4:21.0.3'
|
|
compile project(':play-services-base')
|
|
compile project(':play-services-location')
|
|
compile project(':play-services-wearable')
|
|
}
|
|
|
|
android {
|
|
compileSdkVersion 21
|
|
buildToolsVersion "22.0.0"
|
|
}
|