Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Aug 5, 2015
2 parents 9fc5940 + ad4bb6d commit 815bdc3
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Expand Up @@ -48,25 +48,22 @@ Then in your code:
flowTextView.setText(html);
```

Download
Gradle
--------

If you're still using Eclipse then grab the [latest JAR version][2]
Add jitpack to your your build.gradle at the end of repositories:

Otherwise you can grab it using Maven:

```xml
<dependency>
<groupId>uk.co.deanwild</groupId>
<artifactId>flowtextview</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
```groovy
repositories {
// ...
maven { url "https://jitpack.io" }
}
```
or Gradle:

Add the dependency:

```groovy
compile 'uk.co.deanwild:flowtextview:2.0.2@aar'
compile 'com.github.deano2390:FlowTextView:2.0.3'
```


Expand Down

0 comments on commit 815bdc3

Please sign in to comment.