Skip to content

Commit

Permalink
Bump NDK to 26.2.11394342
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Feb 22, 2024
1 parent 560d15b commit b480c47
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 "26.1.10909125"
ndkVersion "26.2.11394342"
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 "26.1.10909125"
ndkVersion "26.2.11394342"
externalNativeBuild {
ndkBuild {
path 'src/phone/jni/Android.mk'
Expand Down

0 comments on commit b480c47

Please sign in to comment.