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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The latest AAR binary package information can be [here](https://www.zetetic.net/
5
5
6
6
### Compatibility
7
7
8
-
SQLCipher for Android runs on Android 4–Android 9, for`armeabi`,`armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
8
+
SQLCipher for Android runs on Android 4.1–Android 10, for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
9
9
10
10
### Contributions
11
11
@@ -76,6 +76,9 @@ There are two `SupportFactory` constructors:
76
76
for executing SQL statements before or after the passphrase is used to decrypt
77
77
the database
78
78
79
+
- One constructor option includes a boolean parameter to opt out of the clearing
80
+
the passphrase used to access the SQLCipher database.
81
+
79
82
Then, pass your `SupportFactory` to `openHelperFactory()` on your `RoomDatabase.Builder`:
80
83
81
84
```java
@@ -114,7 +117,7 @@ An article covering both integration of SQLCipher into an Android application as
114
117
115
118
### Building
116
119
117
-
In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, and the Android NDK. We currently recommend using Android NDK version `r15c`, however we plan to update to a newer NDK release when possible. To complete the `make` command, the `ANDROID_NDK_ROOT` environment variable must be defined which should point to your NDK root. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
120
+
In order to build `android-database-sqlcipher` from source you will need both the Android SDK, Gradle, and the Android NDK. We currently recommend using Android NDK version `r20`. To complete the `make` command, the `ANDROID_NDK_HOME` environment variable must be defined which should point to your NDK root. Once you have cloned the repo, change directory into the root of the repository and run the following commands:
0 commit comments