Skip to content

Commit 7d30f5c

Browse files
Merge pull request #88 from talkspiritlab/master
enable jack in gradle
2 parents 26e7b1c + 54d892f commit 7d30f5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/android/SafariViewController-java18.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
ext.postBuildExtras = {
22
android {
3+
defaultConfig {
4+
jackOptions {
5+
enabled true
6+
additionalParameters('jack.incremental': 'true')
7+
}
8+
}
39
compileOptions {
410
sourceCompatibility JavaVersion.VERSION_1_8
511
targetCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)