### Platforms affected Android ### What does this PR do? * Updates to latest version of the [Android gradle plugin](https://developer.android.com/studio/releases/gradle-plugin#3-2-0) (3.2.0) * Updates gradle to the minimum version required by that plugin (4.6) * Fixes a gradle warning about LeftShift Closure being deprecated * Fixes a gradle warning about publishNonDefault being deprecated * Uses the `google()` repo syntax to reference the Google maven repository * Updates the Github/project URLs for maven artifacts * Fixes a handful of deprecation warnings happening inside the CordovaLib classes
In theory, this should fix the NDK issues reported in #504 due to outdated gradle versions. ### What testing has been done on this change? Nothing yet :upside_down_face: ### Checklist - [x] Reported an issue: #504 - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. [ Full content available at: https://github.com/apache/cordova-android/pull/507 ] This message was relayed via gitbox.apache.org for [email protected]
