fdroiddata/srclibs/piasy.yml

7 lines
527 B
YAML
Raw Normal View History

2020-05-27 16:08:29 +00:00
RepoType: git
Repo: https://github.com/Piasy/BigImageViewer.git
# The prepare step adds a gradle plugin which allows installing the libraries to a local maven repo ~/.m2
# It also installs it.
Prepare: |
sed -i -e '\|http://dl.bintray.com/piasy/maven|d' build.gradle && echo -e "apply plugin: 'maven-publish'\nafterEvaluate { publishing { publications { release(MavenPublication) { from components.release\ngroupId = 'com.github.piasy'\nversion = releaseVersionName}}}}" > gradle/bintray.gradle && gradle publishToMavenLocal