1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

move android libs

This commit is contained in:
Kyle Spearrin
2023-01-20 16:17:19 -05:00
parent 392aa18497
commit 139839c469

View File

@@ -169,10 +169,10 @@
<GoogleServicesJson Include="google-services.json" />
<GoogleServicesJson Include="google-services.json.enc" />
<None Include="fdroid-keystore.jks.enc" />
<AndroidNativeLibrary Include="lib\arm64-v8a\libargon2.so" />
<AndroidNativeLibrary Include="lib\armeabi-v7a\libargon2.so" />
<AndroidNativeLibrary Include="lib\x86\libargon2.so" />
<AndroidNativeLibrary Include="lib\x86_64\libargon2.so" />
<AndroidNativeLibrary Include="..\..\lib\android\arm64-v8a\libargon2.so" />
<AndroidNativeLibrary Include="..\..\lib\android\armeabi-v7a\libargon2.so" />
<AndroidNativeLibrary Include="..\..\lib\android\x86\libargon2.so" />
<AndroidNativeLibrary Include="..\..\lib\android\x86_64\libargon2.so" />
<None Include="Properties\AndroidManifest.xml" />
<None Include="upload-keystore.jks.enc" />
</ItemGroup>