Skip to content

Commit

Permalink
* [android] update so fix not delRef argument
Browse files Browse the repository at this point in the history
  • Loading branch information
zshshr committed Jul 18, 2016
1 parent dd39f3d commit 6ce045e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified android/sdk/libs/armeabi/libweexv8.so
Binary file not shown.
Binary file modified android/sdk/libs/x86/libweexv8.so
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public class WXSoInstallMgrSdk {
private final static String X86 = "x86";
private final static String MIPS = "mips";
private final static int ARMEABI_Size = 3559244;
private final static int X86_Size = 5090620;
private final static int X86_Size = 4304032;

static Context mContext = null;

Expand Down

0 comments on commit 6ce045e

Please sign in to comment.