File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apply plugin: "com.android.library"
22
33android {
44 compileSdkVersion 31
5- ndkVersion " 25.1.8937393 "
5+ ndkVersion " 27.2.12479018 "
66
77 defaultConfig {
8- targetSdkVersion 30
8+ targetSdkVersion 34
99 minSdkVersion 21
1010
1111 externalNativeBuild {
@@ -17,6 +17,10 @@ android {
1717 arguments << " -DBUILD_SHARED_LIBS=1"
1818 }
1919
20+ // Support 16KB page sizes on 64-bit devices
21+ // https://developer.android.com/guide/practices/page-sizes#compile-16-kb-alignment
22+ arguments << " -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
23+
2024 // externalNativeBuild normally skips static
2125 // lib targets. This forces it to build.
2226 targets " libHttpClient.Android"
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apply plugin: "com.android.library"
22
33android {
44 compileSdkVersion 31
5- ndkVersion " 25.1.8937393 "
5+ ndkVersion " 27.2.12479018 "
66
77 defaultConfig {
8- targetSdkVersion 30
8+ targetSdkVersion 34
99 minSdkVersion 21
1010
1111 externalNativeBuild {
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apply plugin: "com.android.library"
22
33android {
44 compileSdkVersion 31
5- ndkVersion " 25.1.8937393 "
5+ ndkVersion " 27.2.12479018 "
66
77 defaultConfig {
8- targetSdkVersion 30
8+ targetSdkVersion 34
99 minSdkVersion 21
1010
1111 externalNativeBuild {
You can’t perform that action at this time.
0 commit comments