1
0
mirror of https://github.com/wasabeef/glide-transformations.git synced 2025-06-11 17:44:04 +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

@ -50,8 +50,7 @@ def getKeyAliasPasswordProperty() {
}
dependencies {
// compile project(':transformations')
compile 'jp.wasabeef:glide-transformations:1.0.0'
compile project(':transformations')
compile 'com.android.support:appcompat-v7:+'
compile 'com.android.support:recyclerview-v7:21.+'
compile 'com.github.bumptech.glide:glide:3.+'

View File

@ -1,5 +1,5 @@
VERSION_NAME=1.0.0
VERSION_CODE=3
VERSION_NAME=1.0.1
VERSION_CODE=4
GROUP=jp.wasabeef
ARTIFACT_ID=glide-transformations

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