playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
971 stars 973 forks source link

BaseGameUtils forces old version of Build Tools. #252

Closed stolk closed 6 years ago

stolk commented 7 years ago

The BaseGameUtils build.gradle is using an old build tools version: 23

android-basic-samples/BasicSamples/libraries/BaseGameUtils/build.gradle

buildToolsVersion "23.0.2"

Where as the samples use a newer (but also superseded) version: 25

Both should probably be replaced with the latest build tools version: 26. But whatever the version, it should not differ between the sample itself and the library.

mwgray commented 6 years ago

The latest version has deprecated BaseGameUtils, so this should no longer be an issue.