Merge branch 'patch-1' into 'master'
Open Share Location Plugin - update build to 2.3.0 See merge request fdroid/fdroiddata!2978
This commit is contained in:
commit
723b4291ca
|
@ -4,13 +4,14 @@ Author Name:Sam Whited
|
||||||
Web Site:
|
Web Site:
|
||||||
Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin
|
Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin
|
||||||
Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues
|
Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues
|
||||||
Bitcoin:1PYd7Koqd3ucSxKQRZQZRoB3qi7WaAFvL5
|
Donate:https://www.buymeacoffee.com/samwhited
|
||||||
|
|
||||||
Auto Name:Open Share Location Plugin
|
Auto Name:Open Share Location Plugin
|
||||||
Summary:Share your location in Conversations
|
Summary:Share your location in Conversations
|
||||||
Description:
|
Description:
|
||||||
This plugin for [[eu.siacs.conversations]] allows you to easily share your
|
This is a location sharing plugin for the XMPP client
|
||||||
location in a chat.
|
[[eu.siacs.conversations]]. It uses data from Open Street Maps and doesn't
|
||||||
|
require the Google Play Services to be installed.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
@ -55,6 +56,13 @@ Build:2.2.0,11
|
||||||
cp ./LICENSE src/main/assets/ && \
|
cp ./LICENSE src/main/assets/ && \
|
||||||
sed -i -e '/applicationVariants/,+11d' build.gradle
|
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:
|
Maintainer Notes:
|
||||||
Copying the license file into the APK is done because upstream
|
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
|
doesn't think having it in the source and in the index is enough
|
||||||
|
|
Loading…
Reference in a new issue