Browse Source

switch boost to 1.74.0, ndk to 21.4.7075529

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/44/head
R4SAS 2 years ago
parent
commit
ba6fb5bbb9
  1. 6
      app/build.gradle
  2. 4
      app/jni/build_boost.sh

6
app/build.gradle

@ -14,10 +14,10 @@ android { @@ -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"

4
app/jni/build_boost.sh

@ -2,8 +2,8 @@ @@ -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…
Cancel
Save