Unverified Commit b373be88 authored by Gary Qian's avatar Gary Qian Committed by GitHub

Upgrade gradle for flutter tool to 7.3.0 (#114023)

parent dbbef15a
...@@ -43,7 +43,7 @@ class FlutterExtension { ...@@ -43,7 +43,7 @@ class FlutterExtension {
* Chosen as default version of the AGP version below as found in * Chosen as default version of the AGP version below as found in
* https://developer.android.com/studio/projects/install-ndk#default-ndk-per-agp * https://developer.android.com/studio/projects/install-ndk#default-ndk-per-agp
*/ */
static String ndkVersion = "21.4.7075529" static String ndkVersion = "23.1.7779620"
/** /**
* Specifies the relative directory to the Flutter project directory. * Specifies the relative directory to the Flutter project directory.
...@@ -62,7 +62,7 @@ buildscript { ...@@ -62,7 +62,7 @@ buildscript {
} }
dependencies { dependencies {
/* When bumping, also update ndkVersion above. */ /* When bumping, also update ndkVersion above. */
classpath 'com.android.tools.build:gradle:7.2.0' classpath 'com.android.tools.build:gradle:7.3.0'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment