File tree 1 file changed +6
-6
lines changed
pkgs/native_assets_cli/lib/src/model
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,16 +66,16 @@ class BuildConfig {
66
66
67
67
late final IOSSdk ? _targetIOSSdk;
68
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).
69
+ /// When compiling for Android, the minimum Android SDK API version to that
70
+ /// the compiled code will be compatible with.
75
71
///
76
72
/// Required when [targetOs] equals [OS.android] .
77
73
///
78
74
/// Not available in [dryRun] .
75
+ ///
76
+ /// For more information about the Android API version, refer to
77
+ /// [`minSdkVersion`] (https://developer.android.com/ndk/guides/sdk-versions#minsdkversion)
78
+ /// in the Android documentation.
79
79
int ? get targetAndroidNdkApi {
80
80
_ensureNotDryRun ();
81
81
return _targetAndroidNdkApi;
You can’t perform that action at this time.
0 commit comments