Skip to content

Commit fd820c3

Browse files
committed
Updated Android minSdkVersion to 16
1 parent 03c0830 commit fd820c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sqlcipher/build-android.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
buildToolsVersion '27.0.3'
1515

1616
defaultConfig {
17-
minSdkVersion 9
17+
minSdkVersion 16
1818
targetSdkVersion 27
1919
versionCode 1
2020
versionName "1.0"

sqlite-custom/build-android.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
buildToolsVersion '27.0.3'
1515

1616
defaultConfig {
17-
minSdkVersion 9
17+
minSdkVersion 16
1818
targetSdkVersion 27
1919
versionCode 1
2020
versionName "1.0"

0 commit comments

Comments
 (0)