Open Share Location Plugin - update build to 2.3.0

This commit is contained in:
Licaon_Kter 2018-03-09 05:10:27 +00:00
parent 39a226b890
commit 72d8d7bc31

View file

@ -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