refactor: gradle cleanup (#1253)

* refactor: move androidx.webkit version to cdv-gradle-config-defaults
* chore: remove unnecessary cordova.gradle apply
* refactor: maven publish to use version info from package.json
* refactor: separate framwork publishing outside of app dev scope
This commit is contained in:
エリス
2021-07-06 22:38:16 +09:00
committed by GitHub
parent facffb0809
commit e8cbeaaa1b
3 changed files with 89 additions and 56 deletions
@@ -6,6 +6,7 @@
"AGP_VERSION": "4.2.1",
"KOTLIN_VERSION": "1.4.32",
"ANDROIDX_APP_COMPAT_VERSION": "1.2.0",
"ANDROIDX_WEBKIT_VERSION": "1.3.0",
"GRADLE_PLUGIN_GOOGLE_SERVICES_VERSION": "4.3.5",
"IS_GRADLE_PLUGIN_GOOGLE_SERVICES_ENABLED": false,
"IS_GRADLE_PLUGIN_KOTLIN_ENABLED": false