fixed version pcommand not being available in public

This commit is contained in:
Eric Froemling 2022-07-20 11:29:28 -07:00
parent ac97b88cd7
commit 32cb060091
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
4 changed files with 601 additions and 600 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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.

View File

@ -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: