mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
5 lines
633 B
Text
5 lines
633 B
Text
Repo Type: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
|