Skip to content

Commit

Permalink
Make isBuildVersionBelow in authenticatorbridge internal (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaisting-livefront authored Oct 25, 2024
1 parent 68a834a commit 5159258
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified app/libs/authenticatorbridge-0.1.0-SNAPSHOT-release.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5159258

Please sign in to comment.