サポートライブラリやGoogleプレイサービスで可能な方法のように、gradle 0.5+を使用して簡単な方法でGoogleゲームサービスを追加する方法はありますか?
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')
}