Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix broken documentation link to AndroidBuildVersionCodes (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwang1988 authored and amirh committed Jan 30, 2019
1 parent 06fd96e commit 009cd4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/device_info/lib/device_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@ class AndroidBuildVersion {
/// The user-visible version string.
final String release;

/// The user-visible SDK version of the framework; its possible values are defined in [AndroidBuildVersionCodes].
/// The user-visible SDK version of the framework.
///
/// Possible values are defined in: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html
final int sdkInt;

/// The user-visible security patch level.
Expand Down

0 comments on commit 009cd4a

Please sign in to comment.