Skip to content

Commit a64ba19

Browse files
author
Christopher J. Brody
committed
refactor(build)!: drop Jelly Bean support
as needed by NDK beyond outdated r23 ref: - https://github.com/android/ndk/wiki/Changelog-r24
1 parent 0876f83 commit a64ba19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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 from 4.1 (Jelly Bean), for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
8+
SQLCipher for Android runs on Android from 4.4 (KitKat), for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
99

1010
### Contributions
1111

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ext {
5858
mavenDeveloperEmail = "[email protected]"
5959
mavenDeveloperOrganization = "Zetetic LLC"
6060
mavenDeveloperUrl = "https://www.zetetic.net"
61-
minimumAndroidSdkVersion = 16
61+
minimumAndroidSdkVersion = 19
6262
minimumAndroid64BitSdkVersion = 21
6363
targetAndroidSdkVersion = 26
6464
compileAndroidSdkVersion = 26

0 commit comments

Comments
 (0)