-
-
Notifications
You must be signed in to change notification settings - Fork 62
Warning on build about 'compile' is obsolete #37
Comments
This plugin (as you can see from its Gradle source code) does not generate the Up until This plugin should be updated to match |
Fix published to npm in v2.1.0 |
…oid-support-gradle-release#37. Replace requireCordovaModules() with require() to support cordova@9. See dpa99c/cordova-custom-config#152.
…oid-support-gradle-release#37. Replace requireCordovaModules() with require() to support cordova@9. See dpa99c/cordova-custom-config#152.
So why am I still getting this warning?? :-/ |
I also receive this warning, despite using v3.0.1 - the most recent version. |
I'm submitting a ... (check one with "x"):
Bug report
Current behavior:
When building my app with this plugin I receive the following warning in the console:
Which leads to when opening the app with Android studio that I get an build error and I need to manually click in Android studio "refactor to not use compile".
Would be nice if this plugin doesn't use compile anymore.
According to http://d.android.com/r/tools/update-dependency-configurations.html this is the best practice.
Expected behavior:
No exception.
Steps to reproduce:
Add this plugin as dependency to starter kit cordova app.
Environment information
8.0.0
10.14.3
Runtime issue
Android build issue:
v8.13.0
4.10.1 5.2.1 buildOutputCleanup vcs-1
21
If using an Ionic Native Typescript wrapper for this plugin:
Related code:
Console output
console output
The text was updated successfully, but these errors were encountered: