Skip to content

Commit 29e260c

Browse files
committed
Update Gradle and README
1 parent 5f7ca13 commit 29e260c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ And this to your module build.gradle:
1919

2020
```groovy
2121
dependencies {
22-
compile 'com.github.proxer:ProxerLibJava:4.5.2'
22+
compile 'com.github.proxer:ProxerLibJava:5.0.0'
2323
}
2424
```
2525

26-
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.2/ProxerLibJava-4.5.2.jar), if you prefer.
26+
You can also download the `jar` directly from [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.0.1/ProxerLibJava-5.0.1.jar), if you prefer.
2727

2828
> Note that this jar does not come with the required dependencies. You have to include those manually in that case.
2929
@@ -237,7 +237,7 @@ If you need to provide the config yourself (e.g. when using an older ProGuard ve
237237

238238
### More
239239

240-
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/4.5.2/javadoc/).
240+
You can find detailed JavaDoc [here](https://jitpack.io/com/github/proxer/ProxerLibJava/5.0.1/javadoc/).
241241

242242
## Working on the library
243243

gradle/versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ext {
22
version = "5.0.0"
33
group = "com.github.proxer"
44

5-
gradleVersion = "5.2.1"
5+
gradleVersion = "5.3"
66

77
kotlinVersion = "1.3.21"
88
dokkaVersion = "0.9.17"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)