Browse Source

Temp fix for jsc version conflict

Guy Carmeli 5 years ago
parent
commit
0e720b6fb5
2 changed files with 5 additions and 1 deletions
  1. 1
    1
      package.json
  2. 4
    0
      playground/android/app/build.gradle

+ 1
- 1
package.json View File

165
       }
165
       }
166
     }
166
     }
167
   }
167
   }
168
-}
168
+}

+ 4
- 0
playground/android/app/build.gradle View File

45
             signingConfig signingConfigs.release
45
             signingConfig signingConfigs.release
46
         }
46
         }
47
     }
47
     }
48
+    packagingOptions {
49
+        pickFirst '**/libjsc.so'
50
+        pickFirst '**/libc++_shared.so'
51
+    }
48
 }
52
 }
49
 
53
 
50
 dependencies {
54
 dependencies {