Remove app update check on Android 5.x
(cherry picked from commit 13324dd1a1)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package exh.util
|
||||
|
||||
infix fun Int.over(other: Int) = this > other
|
||||
|
||||
infix fun Int.overEq(other: Int) = this >= other
|
||||
|
||||
infix fun Int.under(other: Int) = this < other
|
||||
|
||||
infix fun Int.underEq(other: Int) = this <= other
|
||||
Reference in New Issue
Block a user