From 5556cdcbeec0ac8cef76d4db56521b695e8a369e Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 20 Jul 2013 12:11:21 +0100 Subject: [PATCH] make current BVs non-debuggable as suggested in MR#142 --- metadata/net.osmand.plus.txt | 2 ++ 1 file changed, 2 insertions(+) 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/ && \