You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Crash when running with SQLCipher
- Multiple SQLite connections with SQLCipher could cause crashes in the native codes.
- We decided to use single connection with Android API version 20 or lower, And use multiple connections with API 21 or higher.
0 commit comments