mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Metadata: latest osmand
This commit is contained in:
parent
3ccae6bbfe
commit
30d8c5f5c6
@ -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
|
||||
|
12
metadata/net.osmand.plus/code37.patch
Normal file
12
metadata/net.osmand.plus/code37.patch
Normal file
@ -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 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
- package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.7" android:versionCode="36">
|
||||
+ package="net.osmand.plus" android:installLocation="auto" android:versionName="0.6.7" android:versionCode="37">
|
||||
<meta-data android:name="com.google.android.backup.api_key"
|
||||
android:value="AEdPqrEAAAAIqF3tNGT66etVBn_vgzpfAY1wmIzKV1Ss6Ku-2A" />
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
Loading…
Reference in New Issue
Block a user