We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd6f3 commit 6458f14Copy full SHA for 6458f14
sqlcipher/build.gradle
@@ -6,7 +6,7 @@ android {
6
compileSdkVersion 33
7
8
defaultConfig {
9
- minSdkVersion 16
+ minSdkVersion 21
10
targetSdkVersion 33
11
versionCode 1
12
versionName "${rootProject.ext.libraryVersion}"
@@ -174,4 +174,4 @@ afterEvaluate {
174
task androidSourcesJar(type: Jar) {
175
archiveClassifier.set('sources')
176
from android.sourceSets.main.java.srcDirs
177
-}
+}
0 commit comments