New publish
This commit is contained in:
parent
dca25f6d89
commit
bc9cc76fce
5 changed files with 9 additions and 4 deletions
|
@ -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 |
|
@ -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>
|
|
@ -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
5
src/global.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "8.0.403"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue