Skip to content

Commit

Permalink
Merge pull request #303 from kennethshackleton/sqlcipher-4.5.1
Browse files Browse the repository at this point in the history
SQLCipher 4.5.1.
  • Loading branch information
kennethshackleton authored Mar 18, 2022
2 parents 97e6656 + 536f602 commit 1203b78
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 1203b78

Please sign in to comment.