Skip to content

Commit decca44

Browse files
thestingerPatrykMis
authored andcommitted
update NDK version to 27.1.12297006
1 parent 329590f commit decca44

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)