asset rebuild

This commit is contained in:
Eric 2022-12-07 22:30:35 -08:00
parent be9599d0a7
commit 1032dbe71b
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
4 changed files with 590 additions and 590 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
### 1.7.16 (build 20961, api 7, 2022-12-06)
### 1.7.16 (build 20962, api 7, 2022-12-07)
- Fixed a bug where profile names encased in curly brackets could cause harmless error messages.
- Android will no longer log errors on ba.open_url() calls if a browser is not available (it still just falls back to the in-app dialog in that case).
- The 'Upgrade' button for device accounts now signs you out and closes the upgrade window to hopefully make it more clear that you need to sign in with your newly created/upgraded BombSquad account.

View File

@ -47,7 +47,7 @@ def bootstrap() -> None:
# Give a soft warning if we're being used with a different binary
# version than we expect.
expected_build = 20961
expected_build = 20962
running_build: int = env['build_number']
if running_build != expected_build:
print(

View File

@ -32,7 +32,7 @@
namespace ballistica {
// These are set automatically via script; don't modify them here.
const int kAppBuildNumber = 20961;
const int kAppBuildNumber = 20962;
const char* kAppVersion = "1.7.16";
// Our standalone globals.