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:
parent
152318e374
commit
c044cfc12e
@ -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.+'
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
Loading…
x
Reference in New Issue
Block a user