Skip to content

Commit 4b6363b

Browse files
Update NDK to 21.3.6528147
1 parent 2225444 commit 4b6363b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33

44
env:
55
ANDROID_SDK_TOOLS: "6514223"
6-
ANDROID_NDK: "21.2.6472646"
6+
ANDROID_NDK: "21.3.6528147"
77
ANDROID_CMAKE: "3.10.2.4988404"
88
TARBALL_CACHE_KEY: "tarballs-key-3"
99

.github/workflows/releasePublisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
ANDROID_SDK_TOOLS: "6514223"
9-
ANDROID_NDK: "21.2.6472646"
9+
ANDROID_NDK: "21.3.6528147"
1010
ANDROID_CMAKE: "3.10.2.4988404"
1111

1212
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Debug build of sample application is available in [Releases Page](https://github
7979
* Meson Build system (version 0.54.2 or newer)
8080
* pkg-config
8181
* CMake-3.10.2
82-
* ndk-21.2.6472646
82+
* ndk-21.3.6528147
8383
* gettext
8484
* gperf
8585

android-sample-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
universalApk true
2121
}
2222
}
23-
ndkVersion "21.2.6472646"
23+
ndkVersion "21.3.6528147"
2424
}
2525

2626
dependencies {

dependency-builder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
path "src/main/cpp/CMakeLists.txt"
4242
version "3.10.2"
4343
}
44-
ndkVersion "21.2.6472646"
44+
ndkVersion "21.3.6528147"
4545
}
4646

4747
dependencies {

pdf2htmlEX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
assets.srcDirs += "${projectDir}/../dependency-builder/build/includeTheseInDownstreamAAR/debug/assets/" + ( project.hasProperty('abi') ? project.property('abi') : "x86_64" )
6060
}
6161
}
62-
ndkVersion "21.2.6472646"
62+
ndkVersion "21.3.6528147"
6363
}
6464

6565
task sourceJar(type: Jar) {

0 commit comments

Comments
 (0)