Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartos96 committed Oct 17, 2019
1 parent da2af29 commit 981b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use SqlCipher version 4 and be consitent on both Android and iOS, include thi
```
pod 'SQLCipher', '~>4.1.0'
```
If you try to use a database ecrypted with a SqlCipher version lower than 4, the version in the Podfile can be changed to a lower one `'~>3.4.2'`. But note that if doing that, the running database on Android will be version 4 (since it migrates automatically) and on iOS will be version 3.
If you try to use a database encrypted with a SqlCipher version lower than 4, the version in the Podfile can be changed to a lower one `'~>3.4.2'`. But note that if doing that, the running database on Android will be version 4 (since it migrates automatically) and on iOS will be version 3.

### Android
If using ProGuard, add the following rules:
Expand Down

0 comments on commit 981b8d9

Please sign in to comment.