Compare commits
2 Commits
13.0.rev11
...
13.0.rev11
| Author | SHA1 | Date | |
|---|---|---|---|
| 767969b04d | |||
| b84940de47 |
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user