File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
packages/flutter_tools/gradle/src/main/groovy Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,18 @@ class FlutterExtension {
49
49
/* * Sets the minSdkVersion used by default in Flutter app projects. */
50
50
static int minSdkVersion = 19
51
51
52
- /* * Sets the targetSdkVersion used by default in Flutter app projects. */
52
+ /**
53
+ * Sets the targetSdkVersion used by default in Flutter app projects.
54
+ * targetSdkVersion should always be the latest available stable version.
55
+ *
56
+ * See https://developer.android.com/guide/topics/manifest/uses-sdk-element.
57
+ */
53
58
static int targetSdkVersion = 33
54
59
55
60
/**
56
61
* Sets the ndkVersion used by default in Flutter app projects.
57
62
* Chosen as default version of the AGP version below as found in
58
- * https://developer.android.com/studio/projects/install-ndk#default-ndk-per-agp
63
+ * https://developer.android.com/studio/projects/install-ndk#default-ndk-per-agp.
59
64
*/
60
65
static String ndkVersion = " 23.1.7779620"
61
66
You can’t perform that action at this time.
0 commit comments