Skip to content

Commit ca915ed

Browse files
committed
Bump NDK and all dependencies
Signed-off-by: Patryk Miś <[email protected]>
1 parent 2c5f899 commit ca915ed

File tree

5 files changed

+463
-464
lines changed

5 files changed

+463
-464
lines changed

braille/brltty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "../../shared.gradle"
33

44
android {
55
namespace "com.google.android.accessibility.braille.brltty"
6-
ndkVersion "27.1.12297006"
6+
ndkVersion "27.2.12479018"
77
externalNativeBuild {
88
ndkBuild {
99
path file('src/phone/jni/Android.mk')

braille/translate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: "../../shared.gradle"
33

44
android {
55
namespace "com.google.android.accessibility.braille.translate"
6-
ndkVersion "27.1.12297006"
6+
ndkVersion "27.2.12479018"
77
externalNativeBuild {
88
ndkBuild {
99
path file('src/phone/jni/Android.mk')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
mavenCentral()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:8.7.0'
17+
classpath 'com.android.tools.build:gradle:8.8.0'
1818
}
1919
}
2020

0 commit comments

Comments
 (0)