Skip to content

Commit

Permalink
Use NDK v26.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 Mar 11, 2024
1 parent 6ebb5d1 commit 41751bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions braille/brltty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply from: "../../shared.gradle"

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

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

0 comments on commit 41751bb

Please sign in to comment.