Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: android platform layer - os name should include Build.Version.Sd…
Browse files Browse the repository at this point in the history
…kInt
  • Loading branch information
cwaldren-ld committed Oct 6, 2023
1 parent 7d8b277 commit 29853a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static partial class DeviceInfo
private static OsInfo? PlatformGetOsInfo() =>
new OsInfo(
GetPlatform().ToString(),
GetPlatform().ToString(),
GetPlatform().ToString()+Build.VERSION.SdkInt,
GetVersionString()
);

Expand Down

0 comments on commit 29853a5

Please sign in to comment.