Baseflow / PhotoView

Implementation of ImageView for Android that supports zooming, by various touch gestures.
https://baseflow.com
Apache License 2.0
18.77k stars 3.92k forks source link

Remove JitPack repository from buildscript { ... } in README #806

Closed tatsuyafujisaki closed 1 year ago

tatsuyafujisaki commented 3 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

This PR removes the JitPack repository from buildscript { repository { … } } in README because it does not seem to be required.

:arrow_heading_down: What is the current behavior?

implementation 'com.github.chrisbanes:PhotoView:…' can be resolved.

:new: What is the new behavior (if this is a feature change)?

implementation 'com.github.chrisbanes:PhotoView:…' can be resolved. (unchanged)

:boom: Does this PR introduce a breaking change?

No.

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting

tatsuyafujisaki commented 2 years ago

Anyone?

tatsuyafujisaki commented 1 year ago

There has been no response for over a year.