mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
AndroidApkSigningAlgorithm of SHA1withRSA
This commit is contained in:
parent
4bb16e7d93
commit
f7e2382847
@ -71,6 +71,7 @@
|
||||
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType>
|
||||
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
||||
<AndroidTlsProvider>btls</AndroidTlsProvider>
|
||||
<AndroidApkSigningAlgorithm>SHA1withRSA</AndroidApkSigningAlgorithm>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'FDroid|AnyCPU'">
|
||||
<OutputPath>bin\FDroid\</OutputPath>
|
||||
@ -88,6 +89,7 @@
|
||||
<AndroidTlsProvider>btls</AndroidTlsProvider>
|
||||
<AndroidSupportedAbis>armeabi;armeabi-v7a;x86;x86_64;arm64-v8a</AndroidSupportedAbis>
|
||||
<JavaMaximumHeapSize>1G</JavaMaximumHeapSize>
|
||||
<AndroidApkSigningAlgorithm>SHA1withRSA</AndroidApkSigningAlgorithm>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Mono.Android" />
|
||||
|
Loading…
Reference in New Issue
Block a user