Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Marchesin authored May 24, 2019
1 parent aa42151 commit f62f2fd
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 @@ -2,7 +2,7 @@

NiceSpinner is a re-implementation of the default Android's spinner, with a nice arrow animation and a different way to display its content.

It follows the material design guidelines, and it is compatible starting from Api 14.
It follow1s the material design guidelines, and it is compatible starting from Api 14.

![alt tag](nice-spinner.gif)

Expand Down Expand Up @@ -65,7 +65,7 @@ allprojects {
}
dependencies {
implementation 'com.github.arcadefire:nice-spinner:1.4.1'
implementation 'com.github.arcadefire:nice-spinner:1.4.2'
}
```

Expand All @@ -82,7 +82,7 @@ Or declare it into your `pom.xml`:
<dependency>
<groupId>com.github.arcadefire</groupId>
<artifactId>nice-spinner</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</dependency>
```

Expand Down

0 comments on commit f62f2fd

Please sign in to comment.