bumping versions.

This commit is contained in:
Bryce Covert
2018-03-10 07:14:04 -08:00
parent 477d3eeeab
commit 54cbe5ac63
3 changed files with 4 additions and 2 deletions

View File

@@ -81,6 +81,8 @@ public class GooglePlay {
System.out.println(a);
if (mAccount != null) {
System.out.println(mAccount.toString());
// Games.setViewForPopups(getApiClient(), );
com.google.android.gms.games.Games.getAchievementsClient(act, mAccount).unlock(a);
}
}