Skip to content

Commit 194faba

Browse files
authored
[Xamarin.GoogleAndroid.Libraries.Places] Exclude the OkHttp dependency (#1246)
It is not needed as the underlying library uses `grpc-okhttp` instead. This is a fork and modification of the `OkHttp` library and the code says it is 2.5.0+ https://github.com/grpc/grpc-java/blob/f50726d32e216746642513add28e086094ce5506/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/Platform.java#L18
1 parent 06580e0 commit 194faba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3174,8 +3174,9 @@
31743174
"groupId": "com.google.android.libraries.places",
31753175
"artifactId": "places",
31763176
"version": "4.4.1",
3177-
"nugetVersion": "4.4.1",
3177+
"nugetVersion": "4.4.1.1",
31783178
"nugetId": "Xamarin.GoogleAndroid.Libraries.Places",
3179+
"excludedRuntimeDependencies": "com.squareup.okhttp.okhttp",
31793180
"type": "xbd"
31803181
},
31813182
{

0 commit comments

Comments
 (0)