1
0
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:
wasabeef
2015-01-13 22:03:17 +09:00
parent 152318e374
commit c044cfc12e
5 changed files with 10 additions and 8 deletions

View File

@@ -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 {

View File

@@ -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 ->