Skip to content

Commit a3d122d

Browse files
committed
chore: resolves merge conflict for pull/839
2 parents 69d63d6 + ae76a1e commit a3d122d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,23 @@ artifacts {
5151
}
5252

5353
dependencies {
54+
<<<<<<< HEAD
5455
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.9'
5556
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
5657
api 'com.google.code.gson:gson:2.9.1'
5758
api 'io.opencensus:opencensus-api:0.31.1'
5859
implementation 'org.slf4j:slf4j-api:2.0.3'
5960
testImplementation 'junit:junit:4.13.2'
6061
testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0-alpha.10'
62+
=======
63+
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.4'
64+
api 'com.squareup.okhttp3:okhttp:4.10.0'
65+
api 'com.google.code.gson:gson:2.9.0'
66+
api 'io.opencensus:opencensus-api:0.31.0'
67+
implementation 'org.slf4j:slf4j-api:2.0.3'
68+
testImplementation 'junit:junit:4.13.2'
69+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
70+
>>>>>>> pull/839
6171
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
6272
testImplementation 'org.slf4j:slf4j-simple:2.0.3'
6373
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

0 commit comments

Comments
 (0)