0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-10-31 16:32:39 +00:00
VancedMicroG/play-services/build.gradle
2015-03-13 01:43:13 +01:00

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"
}