Closed CodeWithTamim closed 1 month ago
Build.VERSION.SDK_INT >= 33
Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU
I'd just prefer a hardcoded value since it clearly won't change and is human-readable
Build.VERSION.SDK_INT >= 33
withBuild.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU
for better clarity and consistency.