We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e260c commit 98bcab0Copy full SHA for 98bcab0
README.md
@@ -19,7 +19,7 @@ And this to your module build.gradle:
19
20
```groovy
21
dependencies {
22
- compile 'com.github.proxer:ProxerLibJava:5.0.0'
+ compile 'com.github.proxer:ProxerLibJava:5.0.1'
23
}
24
```
25
gradle/versions.gradle
@@ -1,5 +1,5 @@
1
ext {
2
- version = "5.0.0"
+ version = "5.0.1"
3
group = "com.github.proxer"
4
5
gradleVersion = "5.3"
0 commit comments