Skip to content

Commit

Permalink
Change how an item is considered the same in our DiffCallback impleme…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
pedrovgs committed Jul 19, 2017
1 parent 18cc723 commit 192daf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Or declare it into your pom.xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>renderers</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<type>aar</type>
</dependency>
```
Expand All @@ -223,7 +223,7 @@ Or declare it into your pom.xml
Or into your build.gradle
```groovy
dependencies{
compile 'com.github.pedrovgs:renderers:3.3.1'
compile 'com.github.pedrovgs:renderers:3.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Renderers
POM_ARTIFACT_ID=renderers
POM_PACKAGING=aar

VERSION_NAME=3.3.2-SNAPSHOT
VERSION_NAME=3.3.2
VERSION_CODE=030302
GROUP=com.github.pedrovgs

Expand Down

0 comments on commit 192daf4

Please sign in to comment.