Skip to content

Commit cfc85a5

Browse files
committed
fix: set MIN_API in Constants to Oreo
1 parent cdde1b2 commit cfc85a5

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/io/github/sds100/keymapper/common/utils

1 file changed

+1
-1
lines changed

common/src/main/java/io/github/sds100/keymapper/common/utils/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package io.github.sds100.keymapper.common.utils
33
import android.os.Build
44

55
object Constants {
6-
const val MIN_API: Int = Build.VERSION_CODES.LOLLIPOP
6+
const val MIN_API: Int = Build.VERSION_CODES.O
77
const val MAX_API: Int = 1000
88
const val SYSTEM_BRIDGE_MIN_API = Build.VERSION_CODES.Q
99
}

0 commit comments

Comments
 (0)