From 689473a4008e642bf0e1fa744f7d738072c5d612 Mon Sep 17 00:00:00 2001 From: Joyeeta Date: Thu, 14 Nov 2024 15:26:02 +0530 Subject: [PATCH 1/2] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60df97774..7702ad538 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ from what's shown here): implementation "com.microsoft.device:dualscreen-layout:1.0.0-alpha01" ``` +NOTE: Some modules already have the SDK dependency added for providing customizations for Surface Duo. Please add the maven url to repositories section in your gradle script to use these modules. + ### 2. Using Maven - Add the FluentUI library as a dependency: From 37d9396a809cb1dec88e3ecb4a42a93a5a0161cd Mon Sep 17 00:00:00 2001 From: Joyeeta Date: Mon, 18 Nov 2024 13:19:40 +0530 Subject: [PATCH 2/2] update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7702ad538..e1ff4ac04 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,8 @@ from what's shown here): implementation "com.microsoft.device:dualscreen-layout:1.0.0-alpha01" ``` -NOTE: Some modules already have the SDK dependency added for providing customizations for Surface Duo. Please add the maven url to repositories section in your gradle script to use these modules. +NOTE: Some modules already have the SDK dependency added for providing customizations for Surface Duo. +Please add the maven url to repositories section in your gradle script to use these modules. ### 2. Using Maven