File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ And this to your module build.gradle:
1919
2020``` groovy
2121dependencies {
22- implementation 'com.github.proxer:ProxerLibJava:5.1.1 '
22+ implementation 'com.github.proxer:ProxerLibJava:5.2.0 '
2323}
2424```
2525
26- You can also download the ` jar ` directly from [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.1/ProxerLibJava-5.1.1.jar ) , if you prefer.
26+ You can also download the ` jar ` directly
27+ from [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0/ProxerLibJava-5.2.0.jar ) , if you prefer.
2728
2829> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
2930
@@ -261,7 +262,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve
261262
262263### More
263264
264- You can find detailed JavaDoc [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.1.1 /javadoc/ ) .
265+ You can find detailed JavaDoc [ here] ( https://jitpack.io/com/github/proxer/ProxerLibJava/5.2.0 /javadoc/ ) .
265266
266267## Working on the library
267268
Original file line number Diff line number Diff line change 11ext {
2- version = " 5.1.1 "
2+ version = " 5.2.0 "
33 group = " com.github.proxer"
44
55 gradleVersion = " 6.7.1"
You can’t perform that action at this time.
0 commit comments