Skip to content

Commit 1999ac7

Browse files
committed
fix: fixes merge conflict artifacts
1 parent a3d122d commit 1999ac7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

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

5353
dependencies {
54-
<<<<<<< HEAD
55-
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.9'
56-
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
57-
api 'com.google.code.gson:gson:2.9.1'
58-
api 'io.opencensus:opencensus-api:0.31.1'
59-
implementation 'org.slf4j:slf4j-api:2.0.3'
60-
testImplementation 'junit:junit:4.13.2'
61-
testImplementation 'com.squareup.okhttp3:mockwebserver:5.0.0-alpha.10'
62-
=======
6354
compileOnly 'com.google.appengine:appengine-api-1.0-sdk:2.0.4'
6455
api 'com.squareup.okhttp3:okhttp:4.10.0'
6556
api 'com.google.code.gson:gson:2.9.0'
6657
api 'io.opencensus:opencensus-api:0.31.0'
6758
implementation 'org.slf4j:slf4j-api:2.0.3'
6859
testImplementation 'junit:junit:4.13.2'
6960
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
70-
>>>>>>> pull/839
7161
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
7262
testImplementation 'org.slf4j:slf4j-simple:2.0.3'
7363
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

0 commit comments

Comments
 (0)