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 6ea91b1 commit 0c33084Copy full SHA for 0c33084
PowerSync/PowerSync.Maui/CHANGELOG.md
@@ -1,6 +1,6 @@
1
# PowerSync.Maui Changelog
2
3
-## 0.0.2-dev.3
+## 0.0.2-dev.4
4
- Fixing build issues related to MAUI targets not resolving on install.
5
6
## 0.0.1-alpha.1
PowerSync/PowerSync.Maui/build/PowerSync.Maui.targets
<Project>
<ItemGroup Condition="$(TargetFramework.Contains('-android'))">
- <Content Include="Platforms\Android\**\*.*" pack="true">
+ <Content Include="..\Platforms\Android\**\*.*" pack="true">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
0 commit comments