Skip to content

Commit

Permalink
SQLCipher 4.5.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Mar 18, 2022
1 parent 97e6656 commit 536f602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ internal class SelektTest {

@Test
fun libVersion() {
assertEquals("3.36.0", Selekt.sqliteLibVersion())
assertEquals("3.37.2", Selekt.sqliteLibVersion())
}

@Test
fun libVersionNumber() {
assertEquals(3_036_000, Selekt.sqliteLibVersionNumber())
assertEquals(3_037_002, Selekt.sqliteLibVersionNumber())
}

@OptIn(Experimental::class)
Expand Down
2 changes: 1 addition & 1 deletion SQLite3/src/main/external/sqlcipher
Submodule sqlcipher updated 272 files

0 comments on commit 536f602

Please sign in to comment.