Skip to content

Commit 56c1046

Browse files
committed
update NDK to 28.0.13004108
1 parent 41ff34c commit 56c1046

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

0 commit comments

Comments
 (0)