We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09be090 commit 72d9ee5Copy full SHA for 72d9ee5
build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
implementation 'com.google.code.gson:gson:2.12.1'
54
implementation 'org.json:json:20250107'
55
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
56
- api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'
+ api 'com.squareup.okhttp3:okhttp:4.+'
57
58
// Use JUnit test framework
59
testImplementation(platform('org.junit:junit-bom:5.11.4'))
0 commit comments