Skip to content

Commit 7adbeff

Browse files
authored
chore: Bump xml version (#57)
* bump xml version * Fix duplicate xml declaration at the test tmx file
1 parent 9222d01 commit 7adbeff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/tiled/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
meta: ^1.7.0
14-
xml: ^5.4.1
14+
xml: ^6.1.0
1515

1616
dev_dependencies:
1717
dartdoc: ^4.1.0

packages/tiled/test/fixtures/map_with_multiple_tilesets.tmx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<map version="1.4" tiledversion="1.4.0" orientation="orthogonal" renderorder="right-down" width="32" height="128" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="8">
33
<tileset firstgid="1" source="external_tileset_1.tsx"/>
4-
<?xml version="1.0" encoding="UTF-8"?>
54
<tileset version="1.2" tiledversion="2018.11.29" name="level_embed" tilewidth="16" tileheight="16" tilecount="136" columns="17">
65
<image source="../images/map-level1.png" width="272" height="128"/>
76
</tileset>

0 commit comments

Comments
 (0)