Skip to content

Commit c11002d

Browse files
Merge pull request #108 from ccorcos/master
Remove jackOptions for compatibility with the latest Android
2 parents 97c6105 + 75e21cb commit c11002d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/android/SafariViewController-java18.gradle

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

0 commit comments

Comments
 (0)