Skip to content

Commit 2b7dc24

Browse files
committed
update minimum sdk version to 21
1 parent 9ada80c commit 2b7dc24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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 5.0 (API 21), for `armeabi-v7a`, `x86`, `x86_64`, and `arm64_v8a` architectures.
99

1010
### Contributions
1111

Diff for: 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 = 21
6262
minimumAndroid64BitSdkVersion = 21
6363
targetAndroidSdkVersion = 26
6464
compileAndroidSdkVersion = 26

0 commit comments

Comments
 (0)