2 Commits

Author SHA1 Message Date
767969b04d bump revisions 2023-04-10 00:41:41 +01:00
b84940de47 fix: Restore cloud saves 2023-04-10 00:40:58 +01:00
3 changed files with 5 additions and 6 deletions

View File

@@ -264,7 +264,6 @@ public class GameHelper implements GoogleApiClient.ConnectionCallbacks,
if (0 != (mRequestedClients & CLIENT_SNAPSHOT)) { if (0 != (mRequestedClients & CLIENT_SNAPSHOT)) {
builder.addScope(Drive.SCOPE_APPFOLDER); builder.addScope(Drive.SCOPE_APPFOLDER);
builder.addApi(Drive.API);
} }
mGoogleApiClientBuilder = builder; mGoogleApiClientBuilder = builder;

View File

@@ -7,10 +7,10 @@ AppName="OpenTTD"
AppFullName=org.openttd.sdl AppFullName=org.openttd.sdl
# Application version code (integer) # Application version code (integer)
AppVersionCode=1300113 AppVersionCode=1300114
# Application user-visible version name (string) # Application user-visible version name (string)
AppVersionName="13.0.rev113" AppVersionName="13.0.rev114"
# Specify path to download application data in zip archive in the form "Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...' # Specify path to download application data in zip archive in the form "Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled # If you'll start Description with '!' symbol it will be enabled by default, '!!' will also hide the entry from the menu, so it cannot be disabled