mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-10-04 18:03:21 +08:00
Release 1.0.1: attach a jar
This commit is contained in:
@@ -7,8 +7,7 @@ publishing {
|
||||
groupId GROUP
|
||||
version VERSION_NAME
|
||||
artifactId ARTIFACT_ID
|
||||
// artifact androidJar
|
||||
artifact "build/outputs/aar/transformations-release.aar"
|
||||
artifact androidJar
|
||||
artifact androidJavadocsJar
|
||||
artifact androidSourcesJar
|
||||
pom.withXml {
|
||||
|
@@ -14,9 +14,13 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.github.bumptech.glide:glide:3.+'
|
||||
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||
compile 'com.github.bumptech.glide:glide:3.4.0'
|
||||
}
|
||||
|
||||
android.libraryVariants.all { variant ->
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user