Skip to content

Commit 4c72d5e

Browse files
committed
Bump NDK to v27.1.12297006
Signed-off-by: Patryk Miś <foss@patrykmis.com>
1 parent 329590f commit 4c72d5e

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 "27.0.12077973"
6+
ndkVersion "27.1.12297006"
77
externalNativeBuild {
88
ndkBuild {
99
path file('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 "27.0.12077973"
6+
ndkVersion "27.1.12297006"
77
externalNativeBuild {
88
ndkBuild {
99
path file('src/phone/jni/Android.mk')

0 commit comments

Comments
 (0)