Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin committed Jan 30, 2018
1 parent 6c58b17 commit 0f35963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
}
dependencies {
compile 'com.github.techstar-inc:image-loader:v1.0.0'
compile 'com.github.techstar-cloud:image-loader:v1.1.0'
}
```

Expand All @@ -35,9 +35,9 @@ Or declare it into your `pom.xml`:
</repositories>

<dependency>
<groupId>com.github.techstar-inc</groupId>
<groupId>com.github.techstar-cloud</groupId>
<artifactId>image-loader</artifactId>
<version>v1.0.0</version>
<version>v1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 0f35963

Please sign in to comment.