Skip to content

Commit 6458f14

Browse files
committed
update minimum sdk version to 21
1 parent 11bd6f3 commit 6458f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlcipher/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
compileSdkVersion 33
77

88
defaultConfig {
9-
minSdkVersion 16
9+
minSdkVersion 21
1010
targetSdkVersion 33
1111
versionCode 1
1212
versionName "${rootProject.ext.libraryVersion}"
@@ -174,4 +174,4 @@ afterEvaluate {
174174
task androidSourcesJar(type: Jar) {
175175
archiveClassifier.set('sources')
176176
from android.sourceSets.main.java.srcDirs
177-
}
177+
}

0 commit comments

Comments
 (0)