0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-01 00:42:39 +00:00
VancedMicroG/play-services/build.gradle

14 lines
311 B
Groovy
Raw Normal View History

2015-03-13 00:41:14 +00:00
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"
}