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

Commit

Permalink
Updates android and iOS binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Mar 16, 2021
1 parent dd07ada commit 7413955
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
Git LFS file not shown
4 changes: 2 additions & 2 deletions BindingSource/AnylineXamarinSDK.Droid/Jars/anylinesdk.aar
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// 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("29.0.0")]
[assembly: AssemblyVersion("29.1.0")]
//[assembly: AssemblyFileVersion("24.1.0.0")]
//[assembly: AssemblyInformationalVersion("24.1.0-rc.1")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<AndroidResource Include="Resources\mipmap-xxxhdpi\ic_launcher_round.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="29.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="29.1.0" />
<PackageReference Include="Xamarin.Android.Support.Compat" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Core.UI" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="29.0" package="com.anyline.xamarin.examples" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="29.1.0" package="com.anyline.xamarin.examples" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.CAMERA" />
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:largeHeap="true"></application>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="29.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="29.1.0" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.495" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
<PackageReference Include="Xamarin.Firebase.ML.Vision" Version="71.1700.4" />
Expand Down
2 changes: 1 addition & 1 deletion Nuget/Anyline.Xamarin.SDK.Droid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Anyline.Xamarin.SDK.Droid</id>
<version>29.0.0</version>
<version>29.1.0</version>
<title>Anyline Xamarin SDK (Android)</title>
<authors>Anyline GmbH</authors>
<owners>peteranyline</owners>
Expand Down
4 changes: 2 additions & 2 deletions Nuget/lib/MonoAndroid10/AnylineXamarinSDK.Droid.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions Nuget/lib/Xamarin.iOS10/AnylineXamarinSDK.iOS.dll
Git LFS file not shown
3 changes: 0 additions & 3 deletions com.anyline.xamarin.examples_29.0.0.apk

This file was deleted.

3 changes: 3 additions & 0 deletions com.anyline.xamarin.examples_29.1.0.apk
Git LFS file not shown

0 comments on commit 7413955

Please sign in to comment.