Skip to content

Commit 085d6c8

Browse files
author
zhangwei
committed
gradle
1 parent bcaf55a commit 085d6c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
}
5454
}
5555

56-
ndkVersion = '25.2.9519653'
56+
ndkVersion = '26.0.10792818'
5757
lint {
5858
abortOnError false
5959
}

src/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.1.1'
10+
classpath 'com.android.tools.build:gradle:8.1.2'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

0 commit comments

Comments
 (0)