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 9d3dfbd commit 2bd9f2bCopy full SHA for 2bd9f2b
packages/interop-otel/android/build.gradle
@@ -161,12 +161,6 @@ dependencies {
161
162
// Depend on Ottrelite core
163
implementation project(":ottrelite_core")
164
-
165
- // CURL dependency for OTEL
166
- implementation 'com.android.ndk.thirdparty:curl:7.85.0-beta-1'
167
168
- // OpenSSL dependency for OTEL
169
- implementation 'com.android.ndk.thirdparty:openssl:1.1.1q-beta-1'
170
}
171
172
def isReleaseBuild = project.hasProperty("buildType") && project.buildType == "release"
0 commit comments