1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-01-09 14:28:03 +00:00

switch boost to 1.74.0, ndk to 21.4.7075529

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-03-29 20:24:49 +00:00
parent 4c0cc3f637
commit ba6fb5bbb9
2 changed files with 5 additions and 5 deletions

View File

@ -14,10 +14,10 @@ android {
applicationId "org.purplei2p.i2pd" applicationId "org.purplei2p.i2pd"
targetSdkVersion 29 targetSdkVersion 29
minSdkVersion 16 minSdkVersion 16
versionCode 24100 versionCode 24101
versionName "2.41.0" versionName "2.41.0.1"
setProperty("archivesBaseName", archivesBaseName + "-" + versionName) setProperty("archivesBaseName", archivesBaseName + "-" + versionName)
ndkVersion "23.1.7779620" ndkVersion "21.4.7075529"
ndk { ndk {
abiFilters "armeabi-v7a" abiFilters "armeabi-v7a"

View File

@ -2,8 +2,8 @@
set -e set -e
BOOST_VERSION=1.78.0 BOOST_VERSION=1.74.0
BOOST_VERSION_SUFFIX=1_78 BOOST_VERSION_SUFFIX=1_74
BOOST_LIBS=date_time,filesystem,program_options,system BOOST_LIBS=date_time,filesystem,program_options,system
REMOVE_BOOST_LIBS_SUFFIX_x86_64=-clang-mt-x64-${BOOST_VERSION_SUFFIX} REMOVE_BOOST_LIBS_SUFFIX_x86_64=-clang-mt-x64-${BOOST_VERSION_SUFFIX}