Skip to content

Commit 5997fca

Browse files
committed
Test 6.
1 parent b48bf00 commit 5997fca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

PowerSync/PowerSync.Maui/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PowerSync.Maui Changelog
22

3-
## 0.0.2-dev.5
3+
## 0.0.2-dev.6
44
- Fixing build issues related to MAUI targets not resolving on install.
55

66
## 0.0.1-alpha.1

PowerSync/PowerSync.Maui/PowerSync.Maui.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@
5050

5151
<ItemGroup>
5252
<None Include="Platforms\**\*.*" Pack="true" PackagePath="Platforms\" />
53+
54+
<Content Include="Platforms\Android\jniLibs\**\*.so" Pack="true" PackagePath="build\Platforms\Android\jniLibs\">
55+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
56+
</Content>
5357
</ItemGroup>
58+
5459
</Project>

0 commit comments

Comments
 (0)