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 df3c11a commit 27e2a79Copy full SHA for 27e2a79
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Version 2.9.1-dev
4
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
12
## Version 2.9.0 (06.08.2025)
13
14
### Android
0 commit comments