breautek commented on issue #830: Support API level 29 (Android 10) URL: https://github.com/apache/cordova-android/issues/830#issuecomment-593974415 > Ok, thanks for your quick answer! > > As development seems paused, this may take weeks or months? Potentially, likely months. Don't forget that Cordova is entirely volunteer based. Some PRs are waiting on requested changes or merge resolves from the original PR authors, who haven't been responsive (which means, someone may have to take over the PR). Sometimes, internal dependencies needs to be released before the public-facing libraries can be released, which has to go through the same kind of vote process. It is definitely a slow moving engine. With that being said, `@nightly` is available, or you can also install from git. So you don't need to wait for an official release if something is really blocking your project. You can use a specific commit hash to ensure that things don't change without your knowledge. e.g: `cordova platform add https://github.com/apache/cordova-android.git#c56cd4d5a8fdf2fc80ee8a9f1c960f21fca87a9a` https://github.com/apache/cordova-android/commit/c56cd4d5a8fdf2fc80ee8a9f1c960f21fca87a9a is the current master's head commit.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
