-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: gradle cleanup #1253
refactor: gradle cleanup #1253
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1253 +/- ##
=======================================
Coverage 71.08% 71.08%
=======================================
Files 22 22
Lines 1705 1705
=======================================
Hits 1212 1212
Misses 493 493 Continue to review full report at Codecov.
|
If there no review, I will merge within 12 hours. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* 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
Motivation and Context
Continue Gradle Cleanup
cordova.gradle
applypackage.json
Testing
npm t
Checklist