Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
XBD downgarded to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed May 11, 2020
1 parent 29d0b51 commit cfb8de4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
11 changes: 9 additions & 2 deletions source/GooglePlayServicesProject.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,18 @@
</ItemGroup>


@*
<!--
NOTE: Version of Xamarin.Build.Download is important for attributes in GooglePlaySericestargets.cshtml template
NOTE:
Xamarin.Build.Download version set in GooglePlaySericesProjects.cshtml template is
important for attributes in GooglePlaySericesTargets.cshtml template
XamarinBuildDownloadAndroidAarLibrary v >= 0.10.0
XamarinBuildDownloadRestoreAssemblyAar v < 0.10.0
-->
*@
<ItemGroup>
<PackageReference Include="Xamarin.Build.Download" Version="0.8.0" />
<PackageReference Include="Xamarin.Build.Download" Version="0.7.0" />
</ItemGroup>


Expand Down
9 changes: 6 additions & 3 deletions source/GooglePlayServicesTargets.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>
<PropertyGroup>
<AndroidManifestMerger>manifestmerger.jar</AndroidManifestMerger>
</PropertyGroup>
</PropertyGroup>
}

@foreach (var art in @Model.MavenArtifacts) {
Expand Down Expand Up @@ -59,12 +59,15 @@
<ItemGroup>
@*
<!--
NOTE: Version of Xamarin.Build.Download is important for attributes in GooglePlaySericestargets.cshtml template
NOTE:
Xamarin.Build.Download version set in GooglePlaySericesProjects.cshtml template is
important for attributes in GooglePlaySericesTargets.cshtml template

XamarinBuildDownloadAndroidAarLibrary v >= 0.10.0
XamarinBuildDownloadRestoreAssemblyAar v < 0.10.0
-->
*@
<XamarinBuildDownloadAndroidAarLibrary Include="$(XamarinBuildDownloadDir)@(xbdAarPath)" />
<XamarinBuildDownloadRestoreAssemblyAar Include="$(XamarinBuildDownloadDir)@(xbdAarPath)" />
</ItemGroup>
</Target>
}
Expand Down

0 comments on commit cfb8de4

Please sign in to comment.