Migrate from deprecated MS Graph Android SDK to MS Graph Java SDK

This commit is contained in:
MM20
2022-01-31 14:01:12 +01:00
parent 134d09c3ae
commit bb4a7a1e04
5 changed files with 27 additions and 28 deletions
@@ -126,12 +126,12 @@ val OpenSourceLicenses = arrayOf(
url = "https://github.com/googleapis/google-api-java-client"
),
OpenSourceLibrary(
name = "Microsoft Graph Android SDK",
description = "Deprecated API client for Microsoft Graph APIs",
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) 2015 Microsoft Corporation",
url = "https://github.com/microsoftgraph/msgraph-sdk-android"
copyrightNote = "Copyright (c) 2018 Microsoft Graph",
url = "https://github.com/microsoftgraph/msgraph-sdk-java"
),
OpenSourceLibrary(
name = "Microsoft Authentication Library (MSAL) for Android",