Skip to content

Commit 2c1b2cc

Browse files
author
hideki
committed
Fixed way to set language level
1 parent c4943ef commit 2c1b2cc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

sqlcipher/build-android.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ android {
2323
versionName "1.0"
2424
}
2525

26+
compileOptions {
27+
sourceCompatibility JavaVersion.VERSION_1_6
28+
targetCompatibility JavaVersion.VERSION_1_6
29+
}
30+
2631
buildTypes {
2732
release {
2833
minifyEnabled false

sqlite-custom/build-android.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ android {
2323
versionName "1.0"
2424
}
2525

26+
compileOptions {
27+
sourceCompatibility JavaVersion.VERSION_1_6
28+
targetCompatibility JavaVersion.VERSION_1_6
29+
}
30+
2631
buildTypes {
2732
release {
2833
minifyEnabled false

0 commit comments

Comments
 (0)