We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
targetAndroidNdkApi
1 parent 7aaa025 commit a88d31aCopy full SHA for a88d31a
pkgs/native_assets_cli/lib/src/model/build_config.dart
@@ -68,6 +68,11 @@ class BuildConfig {
68
69
/// When compiling for Android, the API version to target.
70
///
71
+ /// This property is not to be confused with
72
+ /// [`targetSdkVersion`](https://developer.android.com/ndk/guides/sdk-versions#targetsdkversion)
73
+ /// but is instead the
74
+ /// [`minSdkVersion`](https://developer.android.com/ndk/guides/sdk-versions#minsdkversion).
75
+ ///
76
/// Required when [targetOs] equals [OS.android].
77
78
/// Not available in [dryRun].
0 commit comments