We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da0a9a commit 519b15aCopy full SHA for 519b15a
README.md
@@ -52,15 +52,15 @@ normal java:
52
53
```
54
dependencies {
55
- implementation 'com.github.williamfzc:randunit:0.1.0'
+ implementation 'com.github.williamfzc:randunit:0.1.1'
56
}
57
58
59
android:
60
61
62
63
- implementation 'com.github.williamfzc:randunit-android:0.1.0'
+ implementation 'com.github.williamfzc:randunit-android:0.1.1'
64
65
66
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
group_name = "com.williamfzc"
6
product_name = "randunit"
7
android_product_name = "randunit-android"
8
- cur_version = "0.1.0"
+ cur_version = "0.1.1"
9
10
// switch
11
// when enabled, use some local mirrors
0 commit comments