Create sample proguard files #381
Comments
Helpfull for this: let gradle show dependencies to other modules: All i found was this:
shows this: +--- org.mapsforge:mapsforge-map-android:0.6.0 | +--- org.mapsforge:mapsforge-map-reader:0.6.0 | | \--- org.mapsforge:mapsforge-map:0.6.0 | | +--- org.mapsforge:mapsforge-core:0.6.0 | | \--- net.sf.kxml:kxml2:2.3.0 | \--- com.caverock:androidsvg:1.2.2-beta-1 i assume that i assume that this could do the trick (without proguaard) but i havn-t tested it yet
However this might break when mapsforge changes it-s dependencies. Is there somebody out there who can verify that kml-stuff is not needed? Is there an other syntax that only excludes |
There is. Here's an example
|
kxml as a memory efficient xml praser. it has nothing to do with kml. i compiled the forge demo app without it and it seems to be working. |
Forge uses xml for defining rendering settings. I think it's required. Did On Fri, Aug 26, 2016 at 9:25 AM, k3b notifications@github.com wrote:
|
primarily for
The text was updated successfully, but these errors were encountered: