diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index 8d0eea8301..d5ee4a5e5b 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -40,11 +40,13 @@ Build Version:0.8.1,65,d62472532d8,subdir=OsmAnd,encoding=utf-8,buildjni=no,targ prebuild=cd ../DataExtractionOSM && \ ant compile build && \ cd ../OsmAnd/ && \ +sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \ cp ../DataExtractionOSM/build/OsmAndMapCreator.jar libs/ && \ zip -d libs/OsmAndMapCreator.jar net/osmand/LogUtil.class && \ cp -r ../DataExtractionOSM/build/lib/ libs/ Build Version:0.8.2,71,50a4733475cd,subdir=OsmAnd,encoding=utf-8,buildjni=yes,target=android-8,update=force,forceversion=yes,\ forcevercode=yes,submodules=yes,prebuild=\ +sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \ cd ../DataExtractionOSM && \ ant compile build && \ cd ../OsmAnd/ && \