jcesarmobile opened a new pull request #803: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/803
since the plugin don't have engines for cordova-android, people is using it in old cordova-android versions and it fails to compile because it uses some code that is not supported in older SDK compile versions. This PR should make it compile in older versions (tested only 6.2.3 which targets android-25, could still fail in even older versions) closes https://github.com/apache/cordova-plugin-inappbrowser/issues/554 after this is merged we should do a patch release and then we can revert and set the engines to cordova-android 9 and remove a lot of code that wouldn't be needed, and then do a major release as updating the engines is a breaking change ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
