MobileChromeApps / mobile-chrome-apps

Chrome apps on Android and iOS
BSD 3-Clause "New" or "Revised" License
2.5k stars 348 forks source link

Update Crosswalk Version #605

Open newbsauce opened 7 years ago

newbsauce commented 7 years ago

Builds that were working a week ago are now failing due to CCA configured by default to use an out dated crosswalk version. I can't figure out how to update it.

org.xwalk:xwalk_core_library_beta:18+ FAILURE: Build failed with an exception.

As discovered by others: issues/592 one cannot update the version via the traditional config.xml file. They stated to specify the version use the mobile manifest file. However, i'm unsure what json string its looking for to do this. I've attempted adding "xwalkVersion":"xwalk_core_library:18+" ..ect without luck. Any help would be greatly appreciated!

newbsauce commented 7 years ago

Finally found it, app now builds by adding "webview": "crosswalk@18+", to the mobile manifest