Upgrade gradle for flutter tool to 7.3.0 (#114023)
This commit is contained in:
parent
dbbef15a53
commit
b373be8891
@ -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 {
|
|||||||
}
|
}
|
||||||
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user