Skip to content

Commit 03c0830

Browse files
committed
Update target SDK Version to 27
1 parent 019b83e commit 03c0830

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sqlcipher/build-android.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repositories {
1010
}
1111

1212
android {
13-
compileSdkVersion 22
14-
buildToolsVersion "22.0.1"
13+
compileSdkVersion 27
14+
buildToolsVersion '27.0.3'
1515

1616
defaultConfig {
1717
minSdkVersion 9
18-
targetSdkVersion 22
18+
targetSdkVersion 27
1919
versionCode 1
2020
versionName "1.0"
2121
}

sqlite-custom/build-android.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repositories {
1010
}
1111

1212
android {
13-
compileSdkVersion 22
14-
buildToolsVersion "22.0.1"
13+
compileSdkVersion 27
14+
buildToolsVersion '27.0.3'
1515

1616
defaultConfig {
1717
minSdkVersion 9
18-
targetSdkVersion 22
18+
targetSdkVersion 27
1919
versionCode 1
2020
versionName "1.0"
2121
}

0 commit comments

Comments
 (0)