Skip to content

Commit 0c33084

Browse files
committed
Test.
1 parent 6ea91b1 commit 0c33084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3
3+
## 0.0.2-dev.4
44
- Fixing build issues related to MAUI targets not resolving on install.
55

66
## 0.0.1-alpha.1

PowerSync/PowerSync.Maui/build/PowerSync.Maui.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup Condition="$(TargetFramework.Contains('-android'))">
3-
<Content Include="Platforms\Android\**\*.*" pack="true">
3+
<Content Include="..\Platforms\Android\**\*.*" pack="true">
44
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
55
</Content>
66
</ItemGroup>

0 commit comments

Comments
 (0)