mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-01-09 22:38:10 +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:
parent
4c0cc3f637
commit
ba6fb5bbb9
@ -14,10 +14,10 @@ android {
|
||||
applicationId "org.purplei2p.i2pd"
|
||||
targetSdkVersion 29
|
||||
minSdkVersion 16
|
||||
versionCode 24100
|
||||
versionName "2.41.0"
|
||||
versionCode 24101
|
||||
versionName "2.41.0.1"
|
||||
setProperty("archivesBaseName", archivesBaseName + "-" + versionName)
|
||||
ndkVersion "23.1.7779620"
|
||||
ndkVersion "21.4.7075529"
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a"
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
BOOST_VERSION=1.78.0
|
||||
BOOST_VERSION_SUFFIX=1_78
|
||||
BOOST_VERSION=1.74.0
|
||||
BOOST_VERSION_SUFFIX=1_74
|
||||
BOOST_LIBS=date_time,filesystem,program_options,system
|
||||
|
||||
REMOVE_BOOST_LIBS_SUFFIX_x86_64=-clang-mt-x64-${BOOST_VERSION_SUFFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user