mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
6 lines
639 B
YAML
6 lines
639 B
YAML
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 '/kotlin-gradle-plugin/a classpath "digital.wup:android-maven-publish:3.6.2"' -e '\|http://dl.bintray.com/piasy/maven|d' build.gradle && sed -i -e '/com.github.dcendents.android-maven/i apply plugin: "digital.wup.android-maven-publish"' -e '/version = rootProject.ext.releaseVersionName/a publishing {publications {mavenAar(MavenPublication) {from components.android}}}' gradle/bintray.gradle && gradle publishToMavenLocal
|