File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ repositories {
24
24
25
25
apply plugin : ' com.kezong.fat-aar'
26
26
27
- // android {
28
- //
29
- // packagingOptions {
30
- // pickFirst '**/libjsc.so'
31
- // pickFirst '**/libc++_shared.so'
32
- // }
33
- // }
27
+ android {
28
+
29
+ packagingOptions {
30
+ pickFirst ' **/libjsc.so'
31
+ pickFirst ' **/libc++_shared.so'
32
+ }
33
+ }
34
34
35
35
dependencies {
36
36
embed " org.webkit:android-jsc-intl:+"
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ repositories {
24
24
25
25
apply plugin : ' com.kezong.fat-aar'
26
26
27
- // android {
28
- //
29
- // packagingOptions {
30
- // pickFirst '**/libjsc.so'
31
- // pickFirst '**/libc++_shared.so'
32
- // }
33
- // }
27
+ android {
28
+
29
+ packagingOptions {
30
+ pickFirst ' **/libjsc.so'
31
+ pickFirst ' **/libc++_shared.so'
32
+ }
33
+ }
34
34
35
35
dependencies {
36
36
embed " org.webkit:android-jsc:+"
You can’t perform that action at this time.
0 commit comments