File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ ColorArt is a library that uses an image to create a themed image/text display.
4
4
5
5
##Usage
6
6
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:
8
14
9
15
```
10
16
// get a bitmap and analyze it
@@ -54,4 +60,4 @@ See the License for the specific language governing permissions and
54
60
limitations under the License.
55
61
```
56
62
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 ")
You can’t perform that action at this time.
0 commit comments