Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 463189c

Browse files
Aracempedrovgs
authored andcommitted
Update library version (#95)
Update references in the ```Add it to your project``` section to the Rosie version. Set to 3.0.1
1 parent 8c27495 commit 463189c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Include the library in your ``build.gradle``
387387

388388
```groovy
389389
dependencies{
390-
compile 'com.karumi.rosie:rosie:2.0.0'
390+
compile 'com.karumi.rosie:rosie:3.0.1'
391391
}
392392
```
393393

@@ -397,7 +397,7 @@ or to your ``pom.xml`` if you are using Maven
397397
<dependency>
398398
<groupId>com.karumi.rosie</groupId>
399399
<artifactId>rosie</artifactId>
400-
<version>2.0.0</version>
400+
<version>3.0.1</version>
401401
<type>aar</type>
402402
</dependency>
403403

0 commit comments

Comments
 (0)