summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-31 17:41:17 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-31 17:41:17 -0400
commit10367a3eae27ccd668986d07522102a141c9ac31 (patch)
tree80c192fa1e07a242c09c5ad7895071e0a7d6ef7c /src
parent7bbbef7687d958a351b5491e2bb20116c23c31bd (diff)
downloadSMAPI-10367a3eae27ccd668986d07522102a141c9ac31.tar.gz
SMAPI-10367a3eae27ccd668986d07522102a141c9ac31.tar.bz2
SMAPI-10367a3eae27ccd668986d07522102a141c9ac31.zip
update TMXTile to fix void map issue on Android
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI/SMAPI.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj
index 1755b9e7..d36d7b4c 100644
--- a/src/SMAPI/SMAPI.csproj
+++ b/src/SMAPI/SMAPI.csproj
@@ -19,7 +19,7 @@
<PackageReference Include="Lib.Harmony" Version="2.0.0.10" />
<PackageReference Include="Mono.Cecil" Version="0.11.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="Platonymous.TMXTile" Version="1.3.4" />
+ <PackageReference Include="Platonymous.TMXTile" Version="1.3.7" />
</ItemGroup>
<ItemGroup>