From 72d8d7bc3140c269a1a7ced9e623ea2e7e4d6881 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 9 Mar 2018 05:10:27 +0000 Subject: [PATCH] Open Share Location Plugin - update build to 2.3.0 --- metadata/com.samwhited.opensharelocationplugin.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/metadata/com.samwhited.opensharelocationplugin.txt b/metadata/com.samwhited.opensharelocationplugin.txt index e93dbca8a3..730183f2fd 100644 --- a/metadata/com.samwhited.opensharelocationplugin.txt +++ b/metadata/com.samwhited.opensharelocationplugin.txt @@ -4,13 +4,14 @@ Author Name:Sam Whited Web Site: Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues -Bitcoin:1PYd7Koqd3ucSxKQRZQZRoB3qi7WaAFvL5 +Donate:https://www.buymeacoffee.com/samwhited Auto Name:Open Share Location Plugin Summary:Share your location in Conversations Description: -This plugin for [[eu.siacs.conversations]] allows you to easily share your -location in a chat. +This is a location sharing plugin for the XMPP client +[[eu.siacs.conversations]]. It uses data from Open Street Maps and doesn't +require the Google Play Services to be installed. . Repo Type:git @@ -55,6 +56,13 @@ Build:2.2.0,11 cp ./LICENSE src/main/assets/ && \ sed -i -e '/applicationVariants/,+11d' build.gradle +Build:2.3.0,12 + commit=v2.3.0 + gradle=yes + prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \ + sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \ + sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml + Maintainer Notes: Copying the license file into the APK is done because upstream doesn't think having it in the source and in the index is enough