File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ This is an example of how to list things you need to use the software and how to
5757 }
5858
5959 dependencies {
60- implementation 'com.github.DiegoNighty:HTTP-Wrapper :2.0 .0'
60+ implementation 'com.github.DiegoNighty:http-wrapper :2.5 .0'
6161 }
6262 ```
6363
@@ -70,8 +70,8 @@ This is an example of how to list things you need to use the software and how to
7070
7171 <dependency >
7272 <groupId >com.github.diegonighty</groupId >
73- <artifactId >HTTP-Wrapper </artifactId >
74- <version >2.0 .0</version >
73+ <artifactId >http-wrapper </artifactId >
74+ <version >2.5 .0</version >
7575 </dependency >
7676 ```
7777
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group ' com.github.diegonighty.http'
8- version ' 2.0 .0'
8+ version ' 2.5 .0'
99
1010task sourcesJar (type : Jar , dependsOn : classes) {
1111 from sourceSets. main. allSource
@@ -45,7 +45,7 @@ publishing {
4545 mavenJava(MavenPublication ) {
4646 groupId " com.github.diegonighty.http"
4747 artifactId " HTTP-Wrapper"
48- version " 2.0"
48+ version " 2.5. 0"
4949
5050 from components. java
5151 }
You can’t perform that action at this time.
0 commit comments