Skip to content

Commit b480c47

Browse files
committed
Bump NDK to 26.2.11394342
Signed-off-by: Patryk Miś <foss@patrykmis.com>
1 parent 560d15b commit b480c47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

braille/brltty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "../../shared.gradle"
33

44
android {
55
namespace "com.google.android.accessibility.braille.brltty"
6-
ndkVersion "26.1.10909125"
6+
ndkVersion "26.2.11394342"
77
externalNativeBuild {
88
ndkBuild {
99
path 'src/phone/jni/Android.mk'

braille/translate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "../../shared.gradle"
33

44
android {
55
namespace "com.google.android.accessibility.braille.translate"
6-
ndkVersion "26.1.10909125"
6+
ndkVersion "26.2.11394342"
77
externalNativeBuild {
88
ndkBuild {
99
path 'src/phone/jni/Android.mk'

0 commit comments

Comments
 (0)