mirror of
https://github.com/bitwarden/android.git
synced 2025-02-13 18:39:56 +03:00
Make isBuildVersionBelow
in authenticatorbridge internal (#4157)
This commit is contained in:
parent
68a834ac14
commit
5159258de5
2 changed files with 1 additions and 1 deletions
app
libs
src/main/java/com/x8bit/bitwarden/data/platform/util
Binary file not shown.
|
@ -10,4 +10,4 @@ import com.x8bit.bitwarden.data.platform.annotation.OmitFromCoverage
|
|||
*
|
||||
* @see Build.VERSION_CODES
|
||||
*/
|
||||
fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT
|
||||
internal fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT
|
||||
|
|
Loading…
Add table
Reference in a new issue