allprojects {
    configurations.all {
        resolutionStrategy {
            force 'com.google.android.gms:play-services-games-v2:20.0.0'
        }
    }
} 