Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix review issues.
  • Loading branch information
kangwang1988 authored and amirh committed Jan 30, 2019
commit 8f187bfa56054dfd018ebe0a2f9bf9aac445c260
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