SDL: updated Gradle and Play Games library, this fixes cloud saves

This commit is contained in:
pelya
2020-04-16 23:07:01 +03:00
parent b60e0a1956
commit 70f933c12a
12 changed files with 161 additions and 176 deletions

View File

@@ -364,10 +364,6 @@ public class CloudSave implements GameHelper.GameHelperListener {
mHelper.enableDebugLog(enabled);
}
public String getInvitationId() {
return mHelper.getInvitationId();
}
public void reconnectClient() {
mHelper.reconnectClient();
}