This commit is contained in:
h4h13 2020-02-05 17:14:22 +05:30
parent 016c7f6218
commit b922549dee
37 changed files with 606 additions and 693 deletions

View file

@ -42,4 +42,8 @@ object VersionUtils {
fun hasOreo(): Boolean {
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.O
}
fun hasQ(): Boolean {
return Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q
}
}