We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019b83e commit 03c0830Copy full SHA for 03c0830
2 files changed
sqlcipher/build-android.gradle
@@ -10,12 +10,12 @@ repositories {
10
}
11
12
android {
13
- compileSdkVersion 22
14
- buildToolsVersion "22.0.1"
+ compileSdkVersion 27
+ buildToolsVersion '27.0.3'
15
16
defaultConfig {
17
minSdkVersion 9
18
- targetSdkVersion 22
+ targetSdkVersion 27
19
versionCode 1
20
versionName "1.0"
21
sqlite-custom/build-android.gradle
0 commit comments