sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
155 stars 202 forks source link

compile removed in Gradle 7 #224

Closed AndrWeisR closed 2 years ago

AndrWeisR commented 2 years ago

photoviewer/src/android/photoviewer.gradle causes a build error in Gradle 7, because compile has been removed and needs to be replaced with implementation.

See https://docs.gradle.org/current/userguide/upgrading_version_6.html#sec:configuration_removal

AndrWeisR commented 2 years ago

Duplicate