Skip to content

Commit

Permalink
Bump NDK to v27.1.12297006
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Sep 27, 2024
1 parent 329590f commit 4c72d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion braille/brltty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "../../shared.gradle"

android {
namespace "com.google.android.accessibility.braille.brltty"
ndkVersion "27.0.12077973"
ndkVersion "27.1.12297006"
externalNativeBuild {
ndkBuild {
path file('src/phone/jni/Android.mk')
Expand Down
2 changes: 1 addition & 1 deletion braille/translate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: "../../shared.gradle"

android {
namespace "com.google.android.accessibility.braille.translate"
ndkVersion "27.0.12077973"
ndkVersion "27.1.12297006"
externalNativeBuild {
ndkBuild {
path file('src/phone/jni/Android.mk')
Expand Down

0 comments on commit 4c72d5e

Please sign in to comment.