Skip to content

Commit d10f860

Browse files
committed
Update NDK to r18b, as that's what's in Pipelines.
1 parent 6a9f497 commit d10f860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build_android/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -e
1515

16-
# The Android NDK r10e or later may work, but we test with r17c. To download, see the following link:
16+
# The Android NDK r10e or later may work, but we test with r18b. To download, see the following link:
1717
# https://developer.android.com/ndk/downloads/index.html
1818

1919
# -----------------
@@ -24,7 +24,7 @@ DO_BOOST=1
2424
DO_OPENSSL=1
2525
DO_CPPRESTSDK=1
2626

27-
BOOSTVER=1.65.1
27+
BOOSTVER=1.68.0
2828
OPENSSLVER=1.0.2k
2929

3030
API=15

0 commit comments

Comments
 (0)