Skip to content

Commit

Permalink
Fix awareness dependency attribute
Browse files Browse the repository at this point in the history
This was a copy and paste error.  Awareness used to be contextmanager, was renamed, but the attributes to where to find the .aar inside the maven repo zip was never updated for this change.
  • Loading branch information
Redth committed Nov 24, 2016
1 parent 279cb20 commit 632025d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awareness/source/Properties/AssemblyInfo.cs
Expand Up @@ -5,7 +5,7 @@
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.

[assembly: AssemblyTitle ("Xamarin.GooglePlayServices.ContextManager")]
[assembly: AssemblyTitle ("Xamarin.GooglePlayServices.Awareness")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyConfiguration ("")]
[assembly: AssemblyCompany ("Microsoft Corporation")]
Expand Down Expand Up @@ -44,5 +44,5 @@
// https://dl-ssl.google.com/android/repository/addon.xml

static class __Consts {
public const string AarPath = "m2repository/com/google/android/gms/play-services-contextmanager/" + __GpsConsts.Version + "/play-services-contextmanager-" + __GpsConsts.Version + ".aar";
public const string AarPath = "m2repository/com/google/android/gms/play-services-awareness/" + __GpsConsts.Version + "/play-services-awareness-" + __GpsConsts.Version + ".aar";
}

0 comments on commit 632025d

Please sign in to comment.