From 059c2d3279a8e2212707613bb8a53f987f43d577 Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Wed, 4 Jan 2023 14:30:52 -0500 Subject: [PATCH] docs: only specify minimum Android version [Jelly Bean] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc500d0..fe889868 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The latest AAR binary package information can be [here](https://www.zetetic.net/ ### Compatibility -SQLCipher for Android runs on Android 4.1–Android 13, for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures. +SQLCipher for Android runs on Android from 4.1 (Jelly Bean), for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures. ### Contributions