Commit graph

2 commits

Author SHA1 Message Date
Marcus Hoffmann
44ce3ca5de element: v1.1.3
This needed refactoring in how the piasy BigImageViewer lib is handled
as newer versions of that bumped their AGP. We can now use the native
support through maven-publish-plugin and just need to override some of
the publishing variables.

The non-minified version looks like this:

```
apply plugin: 'maven-publish'

afterEvaluate {
    publishing {
        publications {
            release(MavenPublication) {
                from components.release
                groupId = 'com.github.piasy'
                version = releaseVersionName
            }
        }
    }
}
```

See also: https://developer.android.com/studio/build/maven-publish-plugin
2021-04-06 18:05:07 +02:00
Hans-Christoph Steiner
b9e9a077d7 convert srclibs to .yml, closes #2042 2020-06-02 15:33:31 +02:00