Nightly build #610 for cordova has succeeded!

2018-01-22 Thread Apache Jenkins Server
Nightly build #610 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/610/consoleFull - Jenkins for Apache Cordova

Re: [DISCUSS] Cordova-Android 7.1/7.0.1???

2018-01-22 Thread julio cesar sanchez
I think 7.1 because of the API bump and the change in the minSDK, despite we announced it as part of 7.0.0 and we forgot, better do at least a minor bump. 2018-01-22 20:20 GMT+01:00 Joe Bowser : > Hey > > So, it doesn't look like there's been too many hiccups with the last

[DISCUSS] Cordova-Android 7.1/7.0.1???

2018-01-22 Thread Joe Bowser
Hey So, it doesn't look like there's been too many hiccups with the last major release, but there does need to be an API bump, and there are issues with android-versions not being updated causing the build to fail, so I do think that we should do another Android release. I'm not sure whether it

Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
After further discussion with Jesse and @alsorokin I think this change should be considered breaking and requires a 6.x release of cordova-windows. Release 5.1.0 is scrapped now, we are checking if it makes sense to clean up "UWP vs. UAP" with this as well:

Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jesse
We should be moving forward with uap only I think. Not even sure the store will accept an 8.1 app any more. We should update the tests to match. imho > On Jan 22, 2018, at 8:08 AM, Jan Piotrowski wrote: > > Ok, found the culprit: > > The default target version was

Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
Ok, found the culprit: The default target version was changed from 8.1 to UAP/UWP, as VS-2017 doesn't include the tooling for the older ones any more. This changes what files are created of course - but the tests are checking for specific files right now. What should we do about those tests?

Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
Awesome. I am working on it in #testing in Slack. -J 2018-01-22 3:03 GMT+01:00 Jesse : > I can help you thru this in a bit, give me a couple hours and I’ll jump in > there. > >> On Jan 21, 2018, at 11:00 AM, Jan Piotrowski wrote: >> >> Ok, so