Skip to content

Commit c9992ca

Browse files
authored
Merge pull request #3149 from PhilippC/bugfix/include-armeabi-v7a-in-all-platform-release
fix missing armeabi-v7a libraries in apk
2 parents 9853bdb + 616b4f2 commit c9992ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/keepass2android-app/keepass2android-app.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<RuntimeIdentifiers Condition="'$(RuntimeIdentifier)' == ''">android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>
4+
</PropertyGroup>
25
<PropertyGroup>
36
<TargetFramework>net9.0-android</TargetFramework>
47
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>

0 commit comments

Comments
 (0)