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

Commit

Permalink
Update binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocolombo committed Apr 5, 2022
1 parent ef112e2 commit f1012e6
Show file tree
Hide file tree
Showing 317 changed files with 326 additions and 327 deletions.
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("38.0.0")]
[assembly: AssemblyVersion("38.0.1")]
//[assembly: AssemblyFileVersion("24.1.0.0")]
//[assembly: AssemblyInformationalVersion("24.1.0-rc.1")]

Expand Down
2 changes: 1 addition & 1 deletion BindingSource/AnylineXamarinSDK.iOS/Anyline.a
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("38.0.0")]
[assembly: AssemblyVersion("38.0.1")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<AndroidResource Include="Resources\layout\activity_nfc.axml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="38.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="38.0.1" />
<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
13 changes: 6 additions & 7 deletions Examples/AnylineExamples.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="38.0.0" package="com.anyline.xamarin.examples" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.nfc" android:required="false" />
<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>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="38.0.1" package="com.anyline.xamarin.examples" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.nfc" android:required="false" />
<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>
</manifest>
2 changes: 1 addition & 1 deletion Examples/AnylineExamples.iOS/AnylineExamples.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
</ImageAsset>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="38.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="38.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<Import Project="..\AnylineExamples.Shared\AnylineExamples.Shared.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion Examples/AnylineExamples.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<integer>2</integer>
</array>
<key>CFBundleShortVersionString</key>
<string>38.0.0</string>
<string>38.0.1</string>
<key>UILaunchStoryboardName</key>
<string>MainStoryboard.storyboard</string>
<key>UIMainStoryboardFile</key>
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="38.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.Droid" Version="38.0.1" />
<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="124.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<Reference Include="System.Numerics.Vectors" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="38.0.0" />
<PackageReference Include="Anyline.Xamarin.SDK.iOS" Version="38.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Xamarin.Forms" Version="4.5.0.495" />
<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />
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>38.0.0</version>
<version>38.0.1</version>
<title>Anyline Xamarin SDK (Android)</title>
<authors>Anyline GmbH</authors>
<owners>peteranyline</owners>
Expand Down
2 changes: 1 addition & 1 deletion Nuget/Anyline.Xamarin.SDK.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="3.3">
<id>Anyline.Xamarin.SDK.iOS</id>
<version>38.0.0</version>
<version>38.0.1</version>
<title>Anyline Xamarin SDK (iOS)</title>
<authors>Anyline GmbH</authors>
<owners>peteranyline</owners>
Expand Down
4 changes: 2 additions & 2 deletions Nuget/AnylineResources.bundle/Anyline-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>38</string>
<string>38.0.1</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>1</string>
</dict>
</plist>
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_anyline_ocr/vin.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_barcode/ean.ale
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_document/document.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_energy/brightness.ale
Git LFS file not shown
2 changes: 1 addition & 1 deletion Nuget/AnylineResources.bundle/module_energy/dial_meter.ale
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading

0 comments on commit f1012e6

Please sign in to comment.