Skip to content

Commit 622c97f

Browse files
Update library version and support OS version in README
1 parent 9e30582 commit 622c97f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The latest AAR binary package information can be [here](https://www.zetetic.net/
55

66
### Compatibility
77

8-
SQLCipher for Android runs on Android 4.1–Android 10, for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
8+
SQLCipher for Android runs on Android 4.1–Android 12, for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
99

1010
### Contributions
1111

@@ -55,11 +55,11 @@ such as having the following line in your module's `build.gradle` `dependencies`
5555
closure:
5656

5757
```gradle
58-
implementation "net.zetetic:android-database-sqlcipher:4.4.3"
58+
implementation "net.zetetic:android-database-sqlcipher:4.5.0"
5959
implementation "androidx.sqlite:sqlite:2.0.1"
6060
```
6161

62-
(replacing `4.4.3` with the version you want)
62+
(replacing `4.5.0` with the version you want)
6363

6464
<a title="Latest version from Maven Central" href="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher"><img src="https://maven-badges.herokuapp.com/maven-central/net.zetetic/android-database-sqlcipher/badge.svg"></a>
6565

@@ -144,7 +144,7 @@ To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must
144144
```
145145
SQLCIPHER_ROOT=/some/path/to/sqlcipher-folder \
146146
OPENSSL_ROOT=/some/path/to/openssl-folder \
147-
SQLCIPHER_ANDROID_VERSION="4.4.3" \
147+
SQLCIPHER_ANDROID_VERSION="4.5.0" \
148148
make build-release
149149
```
150150

0 commit comments

Comments
 (0)