Skip to content

Commit

Permalink
suppress warnings on DeviceInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Nov 13, 2024
1 parent d1380ec commit 45a05ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import android.os.Build
import android.util.Log
import java.util.Locale

@Suppress("detekt:all")
object DeviceInfo {
private const val TAG = "DeviceInfo"

Expand Down

0 comments on commit 45a05ef

Please sign in to comment.