Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Update iOS and Android ext projects to use aliased version of Xamarin…
Browse files Browse the repository at this point in the history
….Auth to avoid conflicts
  • Loading branch information
paulbatum committed Sep 16, 2014
1 parent 250d690 commit 2ff6e51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/WindowsAzure/queryjs.git
[submodule "sdk/Managed/src/External/Xamarin.Auth"]
path = sdk/Managed/src/External/Xamarin.Auth
url = https://github.com/xamarin/Xamarin.Auth.git
url = https://github.com/azure/azure-mobile-services-xamarin-auth.git
2 changes: 1 addition & 1 deletion sdk/Managed/src/External/Xamarin.Auth
Expand Up @@ -2,7 +2,7 @@
using System.Globalization;
using Android.Content;
using System.Threading.Tasks;
using Xamarin.Auth;
using Xamarin.Auth._MobileServices;
using System.Collections.Generic;

namespace Microsoft.WindowsAzure.MobileServices
Expand Down
Expand Up @@ -4,7 +4,7 @@
using System.Threading.Tasks;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using Xamarin.Auth;
using Xamarin.Auth._MobileServices;

namespace Microsoft.WindowsAzure.MobileServices
{
Expand Down

0 comments on commit 2ff6e51

Please sign in to comment.