Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from jamescro/master
Browse files Browse the repository at this point in the history
changing build action for android-support-v4.jar from EmbeddedJar to Emb...
  • Loading branch information
chakkaradeep committed Feb 19, 2015
2 parents f72067a + 2e1e495 commit b889f58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<EmbeddedJar Include="Jars\classes.jar" />
</ItemGroup>
<ItemGroup>
<EmbeddedJar Include="Jars\android-support-v4.jar" />
<EmbeddedReferenceJar Include="Jars\android-support-v4.jar" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit b889f58

Please sign in to comment.