Skip to content

Commit

Permalink
uCrop 2.2.1-native
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Jun 15, 2017
1 parent 0b084f5 commit 86bb227
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Binary file added Naxam.uCrop.Droid/Jars/ucrop-2.2.1-native.aar
Binary file not shown.
Binary file removed Naxam.uCrop.Droid/Jars/ucrop-2.2.1.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Naxam.uCrop.Droid/Naxam.uCrop.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<TransformFile Include="Transforms\EnumMethods.xml" />
</ItemGroup>
<ItemGroup>
<LibraryProjectZip Include="Jars\ucrop-2.2.1.aar" />
<LibraryProjectZip Include="Jars\ucrop-2.2.1-native.aar" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
<Import Project="..\packages\Xamarin.Build.Download.0.4.2\build\Xamarin.Build.Download.targets" Condition="Exists('..\packages\Xamarin.Build.Download.0.4.2\build\Xamarin.Build.Download.targets')" />
Expand Down
5 changes: 3 additions & 2 deletions Naxam.uCrop.Droid/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.0")]
[assembly: AssemblyFileVersion("2.2.0")]
[assembly: AssemblyVersion("2.2.1")]
[assembly: AssemblyInformationalVersion("2.2.1-native")]
[assembly: AssemblyFileVersion("2.2.1")]
4 changes: 2 additions & 2 deletions ucrop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- Required elements-->
<id>Naxam.uCrop.Droid</id>
<version>2.2.1</version>
<version>2.2.1-native</version>
<description>Xamarin Binding Library - uCrop</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - uCrop</title>
<releaseNotes>uCrop v2.2.1</releaseNotes>
<releaseNotes>uCrop v2.2.1-native</releaseNotes>
<summary>Xamarin Binding Library - uCrop</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/ucrop-android-binding</projectUrl>
Expand Down

0 comments on commit 86bb227

Please sign in to comment.