File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Hashids.java [ ![ aaa ] ( http://img.shields.io/badge/hashids--java-1.0.0 -ff69b4.svg )] ( https://jitpack.io/#jiecao-fm/hashids-java ) [ ![ Stories in Ready] ( https://badge.waffle.io/jiecao-fm/hashids-java.png?label=ready&title=Ready )] ( https://waffle.io/jiecao-fm/hashids-java ) [ ![ Build Status] ( https://drone.io/github.com/ jiecao-fm/hashids-java/status.png )] ( https://drone.io/github.com/ jiecao-fm/hashids-java/latest )
1+ # Hashids.java [ ![ Version ] ( http://img.shields.io/badge/hashids--java-1.0.2 -ff69b4.svg )] ( https://jitpack.io/#jiecao-fm/hashids-java ) [ ![ Stories in Ready] ( https://badge.waffle.io/jiecao-fm/hashids-java.png?label=ready&title=Ready )] ( https://waffle.io/jiecao-fm/hashids-java ) [ ![ Build Status] ( https://travis-ci.org/ jiecao-fm/hashids-java.svg?branch=master )] ( https://travis-ci.org/ jiecao-fm/hashids-java )
22
33A small Java class to generate YouTube-like hashes from one or many numbers.
44
@@ -32,14 +32,14 @@ hashids is available in Maven Central. If you are using Maven, add the following
3232<dependency>
3333 <groupId>org.hashids</groupId>
3434 <artifactId>hashids</artifactId>
35- <version>1.0.1 </version>
35+ <version>1.0.2 </version>
3636</dependency>
3737```
3838
3939Alternatively, if you use gradle or are on android, add the following to your app's ` build.gradle ` file under dependencies:
4040
4141```
42- compile 'org.hashids:hashids:1.0.1 '
42+ compile 'org.hashids:hashids:1.0.2 '
4343```
4444
4545#### Import the package
You can’t perform that action at this time.
0 commit comments