mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 00:13:27 +08:00
docs fix
This commit is contained in:
parent
32cb060091
commit
4f9af6d8cd
1194
.efrocachemap
1194
.efrocachemap
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
### 1.7.5 (build 20661, api 7, 2022-07-20)
|
||||
### 1.7.5 (build 20662, api 7, 2022-07-20)
|
||||
- Android build now uses the ReLinker library to load the native main.so, which will (hopefully) avoid some random load failures on older Android versions.
|
||||
- Android Google Play build now prints a message at launch if the billing library isn't available or needs to be updated (explaining why purchases won't work in that case).
|
||||
- Various minor bug fixes (mostly cleaning up unnecessary error logging)
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
namespace ballistica {
|
||||
|
||||
// These are set automatically via script; don't modify them here.
|
||||
const int kAppBuildNumber = 20661;
|
||||
const int kAppBuildNumber = 20662;
|
||||
const char* kAppVersion = "1.7.5";
|
||||
|
||||
// Our standalone globals.
|
||||
|
||||
@ -28,7 +28,7 @@ def _handle_args(args: list[str]) -> Mode:
|
||||
"""parse os args and return a mode"""
|
||||
mode: Mode | None = None
|
||||
if len(args) == 0:
|
||||
print('OPTIONS: info, build, version', 'apiversion')
|
||||
print('OPTIONS: info, build, version', 'api')
|
||||
raise CleanError()
|
||||
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user