mirror of
https://github.com/bitwarden/android.git
synced 2026-05-25 15:37:03 -05:00
Make isBuildVersionBelow in authenticatorbridge internal (#4157)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user