diff --git a/metadata/net.osmand.plus.txt b/metadata/net.osmand.plus.txt index 173cfd8dd0..082a687528 100644 --- a/metadata/net.osmand.plus.txt +++ b/metadata/net.osmand.plus.txt @@ -15,6 +15,8 @@ Repo:https://github.com/osmandapp/Osmand.git Build Version:0.6.5,34,v0.6.5,subdir=OsmAnd,encoding=utf-8,prebuild=mkdir assets && mkdir raw Build Version:0.6.6,36,v0.6.6_2,subdir=OsmAnd,encoding=utf-8,prebuild=mkdir raw +Build Version:0.6.7,37,v0.6.7,subdir=OsmAnd,encoding=utf-8,prebuild=mkdir raw,patch=code37.patch + Market Version:0.6.7 Market Version Code:37 diff --git a/metadata/net.osmand.plus/code37.patch b/metadata/net.osmand.plus/code37.patch new file mode 100644 index 0000000000..b79909cfda --- /dev/null +++ b/metadata/net.osmand.plus/code37.patch @@ -0,0 +1,12 @@ +diff --git a/OsmAnd/AndroidManifest.xml b/OsmAnd/AndroidManifest.xml +index c9460eb..8afd022 100644 +--- a/OsmAnd/AndroidManifest.xml ++++ b/OsmAnd/AndroidManifest.xml +@@ -1,6 +1,6 @@ + + ++ package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.7" android:versionCode="37"> + +