Skip to content

Commit 0ddcae6

Browse files
author
Ye Lin Aung
committed
Merge remote-tracking branch 'upstream/master'
2 parents b18f0d2 + 956e4e4 commit 0ddcae6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ ColorArt is a library that uses an image to create a themed image/text display.
44

55
##Usage
66

7-
Right now you'll need to download and add this as a library project, but it will soon be available on Maven Central for use with Gradle.
7+
Add ColorArt as a dependency to your build.gradle file:
8+
9+
```
10+
compile 'org.michaelevans.colorart:library:0.0.1'
11+
```
12+
13+
Then you can use the library like this:
814

915
```
1016
// get a bitmap and analyze it
@@ -54,4 +60,4 @@ See the License for the specific language governing permissions and
5460
limitations under the License.
5561
```
5662

57-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/MichaelEvans/colorart/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
63+
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/MichaelEvans/colorart/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 commit comments

Comments
 (0)