We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48bf00 commit 5997fcaCopy full SHA for 5997fca
PowerSync/PowerSync.Maui/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# PowerSync.Maui Changelog
2
3
-## 0.0.2-dev.5
+## 0.0.2-dev.6
4
- Fixing build issues related to MAUI targets not resolving on install.
5
6
## 0.0.1-alpha.1
PowerSync/PowerSync.Maui/PowerSync.Maui.csproj
@@ -50,5 +50,10 @@
50
51
<ItemGroup>
52
<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>
57
</ItemGroup>
58
59
</Project>
0 commit comments