Skip to content

Commit 54d892f

Browse files
committed
enable jack in gradle
1 parent a8af4ca commit 54d892f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/android/SafariViewController-java18.gradle

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

0 commit comments

Comments
 (0)