Skip to content

Commit 1901458

Browse files
Update NDK to 21.0.6113669
1 parent 0d3bdae commit 1901458

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 "20.1.5948944"
44+
ndkVersion "21.0.6113669"
4545
}
4646

4747
// Issue #1

pdf2htmlEX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
version "3.10.2"
5151
}
5252
sourceSets.main.assets.srcDirs += "${projectDir}/../dependency-builder/build/assets/"
53-
ndkVersion "20.1.5948944"
53+
ndkVersion "21.0.6113669"
5454
}
5555

5656
task sourceJar(type: Jar) {

0 commit comments

Comments
 (0)