Skip to content

Commit

Permalink
updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Nov 22, 2013
1 parent 9796b16 commit e484b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ The default display state is `DisplayState.NONE'.
##Usage (Maven)
<dependency>
<groupId>it.sephiroth.android.library.imagezoom</groupId>
<artifactId>image-view-zoom</artifactId>
<version>1.0.0</version>
<artifactId>library</artifactId>
<version>1.0.1</version>
</dependency>

##Usage (Gradle)

dependencies {
compile 'it.sephiroth.android.library.imagezoom:imagezoom:+'
compile 'it.sephiroth.android.library.imagezoom:library:+'
}

##LICENSE
Expand Down
3 changes: 2 additions & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
apply plugin: 'android'

dependencies {
compile project(':library')
//compile project(':library')
compile 'it.sephiroth.android.library.imagezoom:library:+'
}

android {
Expand Down

0 comments on commit e484b81

Please sign in to comment.