You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letshouldUpdate=this.$prompter.confirm("You need Android Runtime 1.2.2 or later for LiveSync to work properly. Do you want to update your runtime now?").wait();
46
+
if(semver.lt(frameworkVersion,"1.2.1")){
47
+
letshouldUpdate=this.$prompter.confirm("You need Android Runtime 1.2.1 or later for LiveSync to work properly. Do you want to update your runtime now?").wait();
0 commit comments