We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdde1b2 commit cfc85a5Copy full SHA for cfc85a5
common/src/main/java/io/github/sds100/keymapper/common/utils/Constants.kt
@@ -3,7 +3,7 @@ package io.github.sds100.keymapper.common.utils
3
import android.os.Build
4
5
object Constants {
6
- const val MIN_API: Int = Build.VERSION_CODES.LOLLIPOP
+ const val MIN_API: Int = Build.VERSION_CODES.O
7
const val MAX_API: Int = 1000
8
const val SYSTEM_BRIDGE_MIN_API = Build.VERSION_CODES.Q
9
}
0 commit comments