We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm at v11 of Cordova and Android platform and this plugin can't compile. It complains about compile in dependencies.gradle.
compile
I fixed the issue by changing the word to implementation, but I'm not sure whether it's correct. Anyway, the full file is now:
implementation
apply plugin: 'maven-publish' repositories { mavenLocal() mavenCentral() } dependencies { implementation 'com.squareup.okhttp3:okhttp:4.9.0' }
The text was updated successfully, but these errors were encountered:
To clarify: The code above compiles and the result seems to work fine. But needs to be reviewed by someone with more knowledge of Android development.
Sorry, something went wrong.
No branches or pull requests
I'm at v11 of Cordova and Android platform and this plugin can't compile. It complains about
compile
in dependencies.gradle.I fixed the issue by changing the word to
implementation
, but I'm not sure whether it's correct. Anyway, the full file is now:The text was updated successfully, but these errors were encountered: