Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX-566][Android] add jsb version file to make jsb.so can update
Browse files Browse the repository at this point in the history
    add jsb version file to make jsb.so can update

    Bug: WEEX-566
  • Loading branch information
yayun.dyy committed Aug 16, 2018
1 parent d9ad97b commit 3f0a69a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,9 @@ public static void copyStartUpSo() {
if(!versionFile.exists())
versionFile.createNewFile();
FileWriter fileWriter = new FileWriter(versionFile);
w = fileWriter;
fileWriter.write(String.valueOf(WXEnvironment.CORE_JSB_SO_VERSION));
fileWriter.flush();
w = fileWriter;
// fileWriter.close();
} catch (Exception e ) {
// do nothing
} finally {
Expand Down

0 comments on commit 3f0a69a

Please sign in to comment.