New publish

This commit is contained in:
Jordan Wages 2025-08-31 22:08:49 -05:00
commit bc9cc76fce
5 changed files with 9 additions and 4 deletions

View file

@ -5,8 +5,8 @@
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<ApplicationId>com.jordanwages.advanced_calculator</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>2</ApplicationVersion>
<ApplicationDisplayVersion>1.1</ApplicationDisplayVersion>
<AndroidPackageFormat>apk</AndroidPackageFormat>
<AndroidEnableProfiledAot>False</AndroidEnableProfiledAot>
</PropertyGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.jordanwages.advanced_calculator" android:versionCode="1" android:versionName="1.0.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.jordanwages.advanced_calculator" android:versionCode="2" android:versionName="1.1.0">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Advanced Calculator" android:icon="@drawable/icon" />
</manifest>

View file

@ -19,6 +19,6 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="$(AvaloniaVersion)" />
<PackageReference Include="CSMic.StandardLibrary" Version="2.0.0-beta-05" />
<PackageReference Include="CSMic.StandardLibrary" Version="2.0.0-beta-06" />
</ItemGroup>
</Project>

5
src/global.json Normal file
View file

@ -0,0 +1,5 @@
{
"sdk": {
"version": "8.0.403"
}
}