Skip to content

Commit

Permalink
fix(device_info_plus): add @Suppress(deprecate) to Build.SERIAL (#3402)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnettJobben1 authored Dec 17, 2024
1 parent 95a12ee commit 8e70d3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ internal class MethodCallHandlerImpl(
Build.UNKNOWN
}
} else {
@Suppress("DEPRECATION")
build["serialNumber"] = Build.SERIAL
}

Expand Down

0 comments on commit 8e70d3f

Please sign in to comment.