-
fix(aab): bump targetSdk override to API 36 (Android 16) for Play compliance
发布于
2026-07-22 13:36:19 +00:00 Google Play now requires new apps to target Android 16 (API 36) by
Aug 31, 2026. The AAB exporter was hardcoding targetSdkVersion=35,
causing Play Console policy rejections for users exporting AABs.Changes:
- DEFAULT_PLAY_TARGET_SDK: 35 -> 36
- Update tests to reference the constant instead of hardcoding 35
- Update i18n policy hint strings (10 languages) from '>=35' to '>=36'
下载附件