mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 10:03:15 +08:00
fixed version pcommand not being available in public
This commit is contained in:
parent
ac97b88cd7
commit
32cb060091
1194
.efrocachemap
1194
.efrocachemap
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
### 1.7.5 (build 20660, api 7, 2022-07-20)
|
||||
### 1.7.5 (build 20661, 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 = 20660;
|
||||
const int kAppBuildNumber = 20661;
|
||||
const char* kAppVersion = "1.7.5";
|
||||
|
||||
// Our standalone globals.
|
||||
|
||||
@ -42,7 +42,8 @@ from batools.pcommand import (
|
||||
gen_flat_data_code, wsl_path_to_win, wsl_build_check_win_drive,
|
||||
win_ci_binary_build, genchangelog, android_sdk_utils,
|
||||
update_resources_makefile, update_meta_makefile, gen_python_enums_module,
|
||||
gen_python_init_module, update_dummy_module, win_ci_install_prereqs)
|
||||
gen_python_init_module, update_dummy_module, win_ci_install_prereqs,
|
||||
version)
|
||||
# pylint: enable=unused-import
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user