flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.72k stars 3.15k forks source link

The deploy docs for Android still use the deprecated `Version` suffix for compileSdk / targetSdk / minSdk #10458

Closed navaronbracke closed 2 weeks ago

navaronbracke commented 2 weeks ago

Page URL

https://docs.flutter.dev/deployment/android#review-the-gradle-build-configuration

Page source

No response

Describe the problem

The compileSdkVersion / minSdkVersion / targetSdkVersion properties have been deprecated and replaced by compileSdk / minSdk / targetSdk.

Expected fix

The documentation should be updated to reflect the new property names, and perhaps include a reference to the old names for people that still need to migrate to the new names.

The flutter.compileSdkVersion / flutter.minSdkVersion / flutter.targetSdkVersion references should remain unchanged, as this is part of the Flutter tool.

Additional context

No response

I would like to fix this problem.

sfshaza2 commented 2 weeks ago

Fixed in https://github.com/flutter/website/pull/10459. Thanks, @navaronbracke!