Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Release Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Relex committed Oct 18, 2016
1 parent 6149f4f commit 1142b72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[PhotoView](https://github.com/chrisbanes/PhotoView) For [Fresco](https://github.com/facebook/fresco)


[ ![Download](https://api.bintray.com/packages/ongakuer/maven/PhotoDraweeView/images/download.svg) ](https://bintray.com/ongakuer/maven/PhotoDraweeView/_latestVersion)


![PhotoDraweeView](/screenshot.gif)


Expand All @@ -10,7 +14,7 @@
```groovy
dependencies {
compile 'com.facebook.fresco:fresco:0.14.1'
compile 'me.relex:photodraweeview:1.1.1'
compile 'me.relex:photodraweeview:1.1.2'
}
```

Expand Down Expand Up @@ -49,6 +53,11 @@ mPhotoDraweeView.setController(controller.build());

##ChangeLog

##### 1.1.2 (2016-10-18)
* Add ```getAttacher``` method
* Add Custom ScaleStepDoubleTapListener([@interchen](https://github.com/interchen))


##### 1.1.1 (2016-10-08)
* Add ```setOrientation``` method, support edge scroll in RecyclerView. ([@PureDark](https://github.com/PureDark))

Expand Down
4 changes: 2 additions & 2 deletions photodraweeview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

version = "1.1.1"
def int version_code = 111
version = "1.1.2"
def int version_code = 112

android {
compileSdkVersion 24
Expand Down

0 comments on commit 1142b72

Please sign in to comment.