有没有办法使用 gradle 0.5+ 以简单的方式添加谷歌游戏服务,例如支持库或谷歌播放服务:
dependencies {
compile "com.android.support:support-v4:13.0.0"
compile 'com.google.android.gms:play-services:3.1.36'
compile files('libs/GoogleAdMobAdsSdk-6.4.1.jar')
}
有没有办法使用 gradle 0.5+ 以简单的方式添加谷歌游戏服务,例如支持库或谷歌播放服务:
dependencies {
compile "com.android.support:support-v4:13.0.0"
compile 'com.google.android.gms:play-services:3.1.36'
compile files('libs/GoogleAdMobAdsSdk-6.4.1.jar')
}