Skip to content

Commit bf32039

Browse files
committed
Update Android & iOS minmal OS support
Android: Android 5.1(API 21)+ iOS: 13+
1 parent a61d818 commit bf32039

File tree

5 files changed

+4
-6099
lines changed

5 files changed

+4
-6099
lines changed

1k/build.profiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cmdline-tools=12.0
4646
# - https://developer.android.google.cn/about/versions/15/behavior-changes-all?hl=zh-cn#16-kb
4747
# In China Mainland, please download from https://pan.baidu.com/s/1neJydxOGTT7aCQvLLwbicw?pwd=qqiq
4848
# to $AX_ROOT/cache/, then run `setup.ps1 -p android`
49-
ndk=r23d
49+
ndk=r27c
5050

5151
# The android target sdk version, @gradle
5252
# as latest as possible

1k/ios.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(NOT DEFINED DEPLOYMENT_TARGET)
3535
if (XCODE_VERSION LESS "14.3.0")
3636
set(DEPLOYMENT_TARGET "11.0" CACHE STRING "" FORCE)
3737
else() # xcode 14.3+ require 12.0 for c++ std::get
38-
set(DEPLOYMENT_TARGET "12.0" CACHE STRING "" FORCE)
38+
set(DEPLOYMENT_TARGET "13.0" CACHE STRING "" FORCE)
3939
endif()
4040
endif()
4141
elseif (PLAT STREQUAL "tvOS")

3rdparty/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
- Version: 3.4 with modified for create as win32 child window support
8282
- License: zlib
8383

84-
## GHC (iOS devices only)
85-
- [![Upstream](https://img.shields.io/github/v/release/gulrak/filesystem?label=Upstream)](https://github.com/gulrak/filesystem)
86-
- Version: 1.5.14
87-
- License: MIT
88-
8984
## jni.hpp
9085
- [![Upstream](https://img.shields.io/github/v/release/mapbox/jni.hpp?label=Upstream)](https://github.com/mapbox/jni.hpp)
9186
- Version: v4.0.0

0 commit comments

Comments
 (0)