Skip to content

Commit

Permalink
We can do without Duo SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Jan 19, 2024
1 parent 3fe7fda commit 717a1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions onedrive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies {

implementation("com.microsoft.identity.client:msal:4.10.0") {
exclude(group : "io.opentelemetry")
exclude group: 'com.microsoft.device.display'
}
implementation("io.opentelemetry:opentelemetry-api:1.18.0")
implementation("io.opentelemetry:opentelemetry-context:1.18.0")
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ dependencyResolutionManagement {
url "https://jitpack.io"
}
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven {
url 'https://pkgs.dev.azure.com/MicrosoftDeviceSDK/DuoSDK-Public/_packaging/Duo-SDK-Feed/maven/v1'
}
}
}
//include ':mlkit'
Expand Down

0 comments on commit 717a1af

Please sign in to comment.