@dpogue **The CocoaPods improvement** is done and can be merged in now. 1. Merge `cordova-common` PR 2. Release `cordova-common` next major tagged `3.0.0`. 3. Update `cordova-ios` package.json with `cordova-common@^3.0.0` 4. Merge `cordova-ios` CocoaPods PR
Is the **Android Gradle's latest version** actually a requirement for this next major? Without the latest version, does Android P builds fails? This task seems new and unexpectedly added. I already reviewed **Updating Android gradle files to not use deprecated commands** and said that the changes were OK. The question I left as a comment only asked if we should allow developers the flexibility to pick between `implementation` and `api`. Adding the support is not required for next major. I knew there were **other Gradle PRs** that had questions about adding the helper methods into the dependencies scope to better isolate features that not everyone uses for example Kotlin and EnableGoogleServicesPlugin. https://github.com/apache/cordova-android/pull/438 https://github.com/apache/cordova-android/pull/441 [ Full content available at: https://github.com/apache/cordova/issues/10 ] This message was relayed via gitbox.apache.org for [email protected]
