diff --git a/app/app/build.gradle.kts b/app/app/build.gradle.kts index a0ea346f..1ee25edf 100644 --- a/app/app/build.gradle.kts +++ b/app/app/build.gradle.kts @@ -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")) diff --git a/app/ui/build.gradle.kts b/app/ui/build.gradle.kts index 5be3525b..3d41646f 100644 --- a/app/ui/build.gradle.kts +++ b/app/ui/build.gradle.kts @@ -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")) diff --git a/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt b/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt index 18948a07..293d79b1 100644 --- a/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt +++ b/core/base/src/main/java/de/mm20/launcher2/licenses/OpenSourceLicenses.kt @@ -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.", diff --git a/data/files/build.gradle.kts b/data/files/build.gradle.kts index fcb863d3..0756762d 100644 --- a/data/files/build.gradle.kts +++ b/data/files/build.gradle.kts @@ -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"))