Skip to content

Commit b373be8

Browse files
authored
Upgrade gradle for flutter tool to 7.3.0 (#114023)
1 parent dbbef15 commit b373be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter_tools/gradle/flutter.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FlutterExtension {
4343
* Chosen as default version of the AGP version below as found in
4444
* https://developer.android.com/studio/projects/install-ndk#default-ndk-per-agp
4545
*/
46-
static String ndkVersion = "21.4.7075529"
46+
static String ndkVersion = "23.1.7779620"
4747

4848
/**
4949
* Specifies the relative directory to the Flutter project directory.
@@ -62,7 +62,7 @@ buildscript {
6262
}
6363
dependencies {
6464
/* When bumping, also update ndkVersion above. */
65-
classpath 'com.android.tools.build:gradle:7.2.0'
65+
classpath 'com.android.tools.build:gradle:7.3.0'
6666
}
6767
}
6868

0 commit comments

Comments
 (0)