Skip to content

Commit

Permalink
Bump NDK to v26.1.10909125
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Nov 13, 2023
1 parent 40a47ad commit 0f13d70
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 "25.2.9519653"
ndkVersion "26.1.10909125"
externalNativeBuild {
ndkBuild {
path '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 "25.2.9519653"
ndkVersion "26.1.10909125"
externalNativeBuild {
ndkBuild {
path 'src/phone/jni/Android.mk'
Expand Down

0 comments on commit 0f13d70

Please sign in to comment.