Skip to content

Commit

Permalink
Description update
Browse files Browse the repository at this point in the history
  • Loading branch information
davemorrissey committed Mar 13, 2018
1 parent c4438c0 commit 759e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ afterEvaluate { project ->
pom.project {
name 'SubsamplingScaleImageView'
packaging 'aar'
description 'Custom image views for Android with pinch to zoom, panning, rotation and animation support, with easy extension so you can add your own overlays and touch event detection.'
description 'Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc.'
url 'https://github.com/davemorrissey/subsampling-scale-image-view'

scm {
Expand Down

1 comment on commit 759e50d

@eric-labelle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it would worth mentioning that it does not support recyclerview? At least.. doesn't seem to work for me with a PagerSnapHelper and a RecyclerView. Any plans about that?

Please sign in to comment.