diff --git a/braille/brltty/build.gradle b/braille/brltty/build.gradle index 7adf08f7b..05b0d03e9 100644 --- a/braille/brltty/build.gradle +++ b/braille/brltty/build.gradle @@ -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') diff --git a/braille/translate/build.gradle b/braille/translate/build.gradle index fc0acd1b4..5dbc40a83 100644 --- a/braille/translate/build.gradle +++ b/braille/translate/build.gradle @@ -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') diff --git a/build.gradle b/build.gradle index 7d7affcd9..2fafd2270 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index ee216af57..d2ccda6cb 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -31,9 +31,9 @@ - - - + + + @@ -49,12 +49,12 @@ - - + + - - + + @@ -118,25 +118,25 @@ - - - + + + - - - + + + - - + + - - + + - - + + @@ -239,20 +239,20 @@ - - + + - - + + - - - + + + - - + + @@ -308,20 +308,20 @@ - - - + + + - - + + - - - + + + - - + + @@ -617,180 +617,180 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -801,36 +801,36 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -857,268 +857,268 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + @@ -1153,44 +1153,44 @@ - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + - - + + @@ -1468,12 +1468,12 @@ - - - + + + - - + + @@ -1484,12 +1484,12 @@ - - - + + + - - + + @@ -2087,12 +2087,12 @@ - - - + + + - - + + diff --git a/shared.gradle b/shared.gradle index d8d9f5e47..77c9c4fc2 100644 --- a/shared.gradle +++ b/shared.gradle @@ -43,23 +43,23 @@ dependencies { // Google common implementation 'com.google.guava:guava:33.2.1-jre' - implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.0' + implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.1' implementation 'com.google.android.material:material:1.12.0' // Support library - implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.annotation:annotation:1.8.2' implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.browser:browser:1.8.0' - implementation 'androidx.collection:collection:1.4.1' + implementation 'androidx.collection:collection:1.4.3' implementation 'androidx.core:core:1.13.1' - implementation 'androidx.fragment:fragment:1.8.1' + implementation 'androidx.fragment:fragment:1.8.2' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.viewpager2:viewpager2:1.1.0' // Nullable - implementation 'org.checkerframework:checker-qual:3.45.0' + implementation 'org.checkerframework:checker-qual:3.46.0' // Auto-value implementation 'com.google.auto.value:auto-value-annotations:1.11.0'