Skip to content

Commit 2ff6e51

Browse files
committed
Update iOS and Android ext projects to use aliased version of Xamarin.Auth to avoid conflicts
1 parent 250d690 commit 2ff6e51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
url = https://github.com/WindowsAzure/queryjs.git
77
[submodule "sdk/Managed/src/External/Xamarin.Auth"]
88
path = sdk/Managed/src/External/Xamarin.Auth
9-
url = https://github.com/xamarin/Xamarin.Auth.git
9+
url = https://github.com/azure/azure-mobile-services-xamarin-auth.git

sdk/Managed/src/Microsoft.WindowsAzure.MobileServices.Android/Authentication/MobileServiceUIAuthentication.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Globalization;
33
using Android.Content;
44
using System.Threading.Tasks;
5-
using Xamarin.Auth;
5+
using Xamarin.Auth._MobileServices;
66
using System.Collections.Generic;
77

88
namespace Microsoft.WindowsAzure.MobileServices

sdk/Managed/src/Microsoft.WindowsAzure.MobileServices.iOS/Authentication/MobileServiceUIAuthentication.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Threading.Tasks;
55
using MonoTouch.Foundation;
66
using MonoTouch.UIKit;
7-
using Xamarin.Auth;
7+
using Xamarin.Auth._MobileServices;
88

99
namespace Microsoft.WindowsAzure.MobileServices
1010
{

0 commit comments

Comments
 (0)