We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaf55a commit 085d6c8Copy full SHA for 085d6c8
2 files changed
src/android/app/build.gradle
@@ -53,7 +53,7 @@ android {
53
}
54
55
56
- ndkVersion = '25.2.9519653'
+ ndkVersion = '26.0.10792818'
57
lint {
58
abortOnError false
59
src/android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
mavenCentral()
8
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:8.1.1'
+ classpath 'com.android.tools.build:gradle:8.1.2'
11
12
// NOTE: Do not place your application dependencies here; they belong
13
// in the individual module build.gradle files
0 commit comments