Skip to content

Commit

Permalink
version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
mephist-cne committed Apr 5, 2024
1 parent fbf0fc8 commit ba173bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added APK Release/CS710SCSDemo0.1.8-074.aab
Binary file not shown.
2 changes: 1 addition & 1 deletion MobileMvxApp/BLE.Client.Droid/BLE.Client.Droid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<EnableLLVM>false</EnableLLVM>
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<BundleAssemblies>false</BundleAssemblies>
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidPackageFormat>aab</AndroidPackageFormat>
<AndroidUseAapt2>true</AndroidUseAapt2>
<AndroidCreatePackagePerAbi>false</AndroidCreatePackagePerAbi>
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
Expand Down
4 changes: 2 additions & 2 deletions MobileMvxApp/BLE.Client.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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("1.0.8.72")]
[assembly: AssemblyFileVersion("1.0.8.72")]
[assembly: AssemblyVersion("1.0.8.74")]
[assembly: AssemblyFileVersion("1.0.8.74")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions MobileMvxApp/BLE.Client.UWP/Setup.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Diagnostics;
using Acr.UserDialogs;
using Plugin.Permissions;
//using Plugin.Permissions;
using Plugin.Settings;
using MvvmCross;
using MvvmCross.Forms.Platforms.Uap.Core;
Expand All @@ -17,7 +17,7 @@ protected override MvvmCross.IoC.IMvxIoCProvider InitializeIoC()

Mvx.IoCProvider.RegisterSingleton(() => UserDialogs.Instance);
Mvx.IoCProvider.RegisterSingleton(() => CrossSettings.Current);
Mvx.IoCProvider.RegisterSingleton(() => CrossPermissions.Current);
//Mvx.IoCProvider.RegisterSingleton(() => CrossPermissions.Current);
Mvx.IoCProvider.RegisterSingleton(() => CrossBluetoothLE.Current);
Mvx.IoCProvider.RegisterSingleton(() => CrossBluetoothLE.Current.Adapter);

Expand Down
2 changes: 1 addition & 1 deletion MobileMvxApp/BLE.Client.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
<key>XSAppIconAssets</key>
<string>Media.xcassets/AppIcon.appiconset</string>
<key>CFBundleVersion</key>
<string>72</string>
<string>74</string>
</dict>
</plist>

0 comments on commit ba173bb

Please sign in to comment.