Enable android keystore
This commit is contained in:
Родитель
55be2f9e6c
Коммит
dc398b6a13
|
@ -21,6 +21,11 @@
|
|||
<AndroidUseIntermediateDesignerFile>True</AndroidUseIntermediateDesignerFile>
|
||||
<ResourcesDirectory>..\AppUIBasics.Shared\Strings</ResourcesDirectory>
|
||||
<NoWarn>Uno0001</NoWarn>
|
||||
<AndroidKeyStore>true</AndroidKeyStore>
|
||||
<AndroidSigningKeyStore>..\..\..build\nventive.keystore</AndroidSigningKeyStore>
|
||||
<AndroidSigningStorePass>$(nventivekeystore.pwd)</AndroidSigningStorePass>
|
||||
<AndroidSigningKeyAlias>$(nventivekeystore.alias)</AndroidSigningKeyAlias>
|
||||
<AndroidSigningKeyPass>$(nventivekeystore.aliaspwd)</AndroidSigningKeyPass>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
|
@ -34,6 +39,9 @@
|
|||
<AndroidLinkMode>None</AndroidLinkMode>
|
||||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
|
||||
<AndroidSupportedAbis />
|
||||
<AotAssemblies>false</AotAssemblies>
|
||||
<EnableLLVM>false</EnableLLVM>
|
||||
<BundleAssemblies>false</BundleAssemblies>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>portable</DebugType>
|
||||
|
@ -66,8 +74,8 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Uno.UI" Version="1.42.0-dev.357" />
|
||||
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.1-uno.28" />
|
||||
<PackageReference Include="System.Json" Version="4.5.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
|
||||
<PackageReference Include="System.Json" Version="4.5.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
|
||||
<PackageReference Include="Uno.UniversalImageLoader" Version="1.9.32" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="AppUIBasics" android:versionCode="1" android:versionName="1.0">
|
||||
<uses-sdk android:minSdkVersion="16" />
|
||||
<application android:label="AppUIBasics"></application>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.nventive.xamlcontrolsgallery" android:versionCode="35" android:versionName="1.0" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
<application android:label="XAML Controls Gallery"></application>
|
||||
</manifest>
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче