Skip to content

Commit

Permalink
Update dependencies and NDK version
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Aug 13, 2024
1 parent f96ccca commit 6a44747
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 344 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.3.11579264"
ndkVersion "27.0.12077973"
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 "26.3.11579264"
ndkVersion "27.0.12077973"
externalNativeBuild {
ndkBuild {
path file('src/phone/jni/Android.mk')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.5.2'
}
}

Expand Down
Loading

0 comments on commit 6a44747

Please sign in to comment.