Skip to content

Commit

Permalink
Fixed assembly names
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Oct 30, 2020
1 parent 8041580 commit bb8cdb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<AndroidAsset Include="Migrations\004_FailedFinishTransactionRequest.sqlite3" />
<AndroidAsset Include="Migrations\005_MasterData.sqlite3" />
<AndroidAsset Include="Migrations\006_DailyClosingNumber.sqlite3" />
<AndroidNativeLibrary Include="lib\arm64-v8a\libcom.fiskaly.client-linux-x64-v1.2.100.so">
<AndroidNativeLibrary Include="lib\arm64-v8a\libcom.fiskaly.client-linux-amd64-v1.2.100.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidNativeLibrary>
<AndroidNativeLibrary Include="lib\armeabi-v7a\libcom.fiskaly.client-linux-386-v1.2.100.so">
Expand All @@ -123,7 +123,7 @@
<AndroidNativeLibrary Include="lib\x86\libcom.fiskaly.client-linux-386-v1.2.100.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidNativeLibrary>
<AndroidNativeLibrary Include="lib\x86_64\libcom.fiskaly.client-linux-x64-v1.2.100.so">
<AndroidNativeLibrary Include="lib\x86_64\libcom.fiskaly.client-linux-amd64-v1.2.100.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</AndroidNativeLibrary>
<None Include="Resources\AboutResources.txt" />
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.10-rc1",
"version": "1.3.10-rc2",
"releaseBranches": [
"^refs/heads/master$",
"^refs/heads/release/\\d+(?:\\.\\d+)*(?:-.*)?$",
Expand Down

0 comments on commit bb8cdb7

Please sign in to comment.