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

Commit

Permalink
Fix review issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwang1988 committed Jan 29, 2019
1 parent 4be3648 commit 0414b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/device_info/lib/device_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ class AndroidBuildVersion {
/// The user-visible version string.
final String release;

/// The user-visible SDK version of the framework;
/// The user-visible SDK version of the framework.
///
/// Its possible values are defined in: https://developer.android.com/reference/android/os/Build.VERSION_CODES.html
/// 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 0414b32

Please sign in to comment.