Skip to content

Commit df3c11a

Browse files
committed
Android: Replace TBXML with XmlPullParser
- The TBXML library produces a warning in Google Play Console that an app does not support 16 KB page sizes - It's not necessary to use a third party library for parsing XML files, so it's not necessary to support that library still - TBXML was used to read KML files
1 parent d82b043 commit df3c11a

File tree

4 files changed

+184
-210
lines changed

4 files changed

+184
-210
lines changed

plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,6 @@
229229
<source-file src="src/android/plugin/google/maps/PluginStreetViewPanorama.java" target-dir="src/plugin/google/maps"/>
230230
<source-file src="src/android/plugin/google/maps/IPluginView.java" target-dir="src/plugin/google/maps"/>
231231

232-
<!-- Import tbxml-android. This is used for reading KML files in PluginKmlOverlay.java -->
233-
<resource-file src="src/android/frameworks/tbxml-android.aar" target="libs/tbxml-android.aar"/>
234-
<framework src="src/android/frameworks/tbxml-android.gradle" custom="true" type="gradleReference"/>
235-
236232
<framework src="src/android/frameworks/pgm-custom.gradle" custom="true" type="gradleReference"/>
237233

238234
<config-file target="AndroidManifest.xml" parent="/manifest/application">
-47.7 KB
Binary file not shown.

src/android/frameworks/tbxml-android.gradle

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)