File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ And this to your module build.gradle:
19
19
20
20
``` groovy
21
21
dependencies {
22
- implementation 'com.github.proxer:ProxerLibJava:5.2.1 '
22
+ implementation 'com.github.proxer:ProxerLibJava:5.3.0 '
23
23
}
24
24
```
25
25
26
26
You can also download the ` jar ` directly
27
- from [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1 /ProxerLibJava-5.2.1 .jar ) , if you prefer.
27
+ from [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0 /ProxerLibJava-5.3.0 .jar ) , if you prefer.
28
28
29
29
> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
30
30
@@ -271,7 +271,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve
271
271
272
272
### More
273
273
274
- You can find detailed JavaDoc [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.1 /javadoc/ ) .
274
+ You can find detailed JavaDoc [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.3.0 /javadoc/ ) .
275
275
276
276
## Working on the library
277
277
Original file line number Diff line number Diff line change 1
1
ext {
2
- version = " 5.2.1 "
2
+ version = " 5.3.0 "
3
3
group = " com.github.proxer"
4
4
5
5
gradleVersion = " 6.7.1"
You can’t perform that action at this time.
0 commit comments