Skip to content

Commit d0bcfb1

Browse files
authored
Merge pull request #1 from AaronCoplan/unirest-version
Updated Unirest to latest version
2 parents 694b5ab + 3290f91 commit d0bcfb1

File tree

3 files changed

+220
-360
lines changed

3 files changed

+220
-360
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
sourceCompatibility = JavaVersion.VERSION_1_8
1111

1212
dependencies {
13-
implementation 'com.mashape.unirest:unirest-java:1.4.9'
13+
implementation 'com.konghq:unirest-java:2.3.08'
1414
implementation 'com.squareup.moshi:moshi:1.8.0'
1515
testImplementation 'junit:junit:4.12'
1616
}

0 commit comments

Comments
 (0)