Remove Microsoft dependencies

This commit is contained in:
MM20 2023-06-28 18:15:42 +02:00
parent 982549c211
commit 3f1a04ad81
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
4 changed files with 0 additions and 19 deletions

View File

@ -135,7 +135,6 @@ dependencies {
implementation(project(":core:i18n"))
implementation(project(":services:icons"))
implementation(project(":core:ktx"))
implementation(project(":libs:ms-services"))
implementation(project(":services:music"))
implementation(project(":libs:nextcloud"))
implementation(project(":data:notifications"))

View File

@ -140,7 +140,6 @@ dependencies {
implementation(project(":data:unitconverter"))
implementation(project(":libs:nextcloud"))
implementation(project(":libs:g-services"))
implementation(project(":libs:ms-services"))
implementation(project(":libs:owncloud"))
implementation(project(":services:accounts"))
implementation(project(":services:backup"))

View File

@ -122,22 +122,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://github.com/googleapis/google-api-java-client"
),
OpenSourceLibrary(
name = "Microsoft Graph SDK for Java",
description = "Get started with the Microsoft Graph SDK for Java by integrating the Microsoft Graph API into your Java application!",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
copyrightNote = "Copyright (c) 2018 Microsoft Graph",
url = "https://github.com/microsoftgraph/msgraph-sdk-java"
),
OpenSourceLibrary(
name = "Microsoft Authentication Library (MSAL) for Android",
description = "The MSAL library for Android gives your app the ability to use the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C.",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
copyrightNote = "Copyright (c) Microsoft Corporation",
url = "https://github.com/AzureAD/microsoft-authentication-library-for-android"
),
OpenSourceLibrary(
name = "CrashReporter",
description = "CrashReporter is a handy tool to capture app crashes and save them in a file.",

View File

@ -46,7 +46,6 @@ dependencies {
implementation(project(":core:base"))
implementation(project(":core:ktx"))
implementation(project(":libs:ms-services"))
implementation(project(":libs:g-services"))
implementation(project(":libs:nextcloud"))
implementation(project(":libs:owncloud"))