Skip to content

Commit 27e2a79

Browse files
committed
CHANGELOG: Add change: Android: Replace TBXML with XmlPullParser
1 parent df3c11a commit 27e2a79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Version 2.9.1-dev
44

5+
### Android
6+
7+
- Replace TBXML library with native Anroid `XmlPullParser`
8+
- The TBXML library produces a warning in Google Play Console that an app does not support 16 KB page sizes
9+
- It's not necessary to use a third party library for parsing XML files, so it's not necessary to support that library still
10+
- TBXML was used to read KML files, which is now handled by `XmlPullParser`
11+
512
## Version 2.9.0 (06.08.2025)
613

714
### Android

0 commit comments

Comments
 (0)