8000 vm version 改为 5.5.0 · newcoderzhang/LuaViewSDK@b785725 · GitHub
[go: up one dir, main page]

Skip to content

Commit b785725

Browse files
author
tuoli
committed
vm version 改为 5.5.0
1 parent 771f712 commit b785725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/LuaViewSDK/src/com/taobao/luaview/global/VmVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class VmVersion {
2020
public static final String V_570 = "5.7.0";
2121

2222
public static String getCurrent() {
23-
return V_570;
23+
return V_550;
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)
0