Releases: radarsh/raroscope
Releases · radarsh/raroscope
1.0.2
1.0.1
Resolved the following issues
- #7 to set up continuous integration
- #2 and #5 to add additional constructor thanks to @nemoo2580
Gradle
compile 'com.adarshr:raroscope:1.0.1'
Maven
<dependency>
<groupId>com.adarshr</groupId>
<artifactId>raroscope</artifactId>
<version>1.0.1</version>
</dependency>
1.0.0
Although there are no functional changes in this release, this is the first time the library has made it into Maven Central and Bintray. Go ahead, use it.
Gradle
compile 'com.adarshr:raroscope:1.0.0'
Maven
<dependency>
<groupId>com.adarshr</groupId>
<artifactId>raroscope</artifactId>
<version>1.0.0</version>
</dependency>