mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-24 16:06:51 +08:00
asset rebuild
This commit is contained in:
parent
be9599d0a7
commit
1032dbe71b
1174
.efrocachemap
1174
.efrocachemap
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
||||
@ -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(
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user