resolve version
This commit is contained in:
parent
093cc7cced
commit
f75263f84c
@ -18,7 +18,7 @@
|
||||
<ApplicationIdGuid>4a6f7f22-fb2a-4771-b257-8b94ab57ce2f</ApplicationIdGuid>
|
||||
|
||||
<!-- Versions -->
|
||||
<ApplicationDisplayVersion>1.0.518</ApplicationDisplayVersion>
|
||||
<ApplicationDisplayVersion>0.1.518</ApplicationDisplayVersion>
|
||||
<ApplicationVersion>1</ApplicationVersion>
|
||||
|
||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">13.0</SupportedOSPlatformVersion>
|
||||
@ -27,6 +27,7 @@
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-android|AnyCPU'">
|
||||
<AndroidPackageFormat>apk</AndroidPackageFormat>
|
||||
<RuntimeIdentifiers>android-arm64</RuntimeIdentifiers>
|
||||
<AndroidCreatePackagePerAbi>True</AndroidCreatePackagePerAbi>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -13,6 +13,9 @@ namespace Blahblah.FlowerStory
|
||||
{
|
||||
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
|
||||
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
|
||||
})
|
||||
.ConfigureMauiHandlers(handlers =>
|
||||
{
|
||||
});
|
||||
|
||||
#if DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user