mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-13 19:16:56 +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 {
|
dependencies {
|
||||||
// compile project(':transformations')
|
compile project(':transformations')
|
||||||
compile 'jp.wasabeef:glide-transformations:1.0.0'
|
|
||||||
compile 'com.android.support:appcompat-v7:+'
|
compile 'com.android.support:appcompat-v7:+'
|
||||||
compile 'com.android.support:recyclerview-v7:21.+'
|
compile 'com.android.support:recyclerview-v7:21.+'
|
||||||
compile 'com.github.bumptech.glide:glide:3.+'
|
compile 'com.github.bumptech.glide:glide:3.+'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
VERSION_NAME=1.0.0
|
VERSION_NAME=1.0.1
|
||||||
VERSION_CODE=3
|
VERSION_CODE=4
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
|
||||||
|
@ -7,8 +7,7 @@ publishing {
|
|||||||
groupId GROUP
|
groupId GROUP
|
||||||
version VERSION_NAME
|
version VERSION_NAME
|
||||||
artifactId ARTIFACT_ID
|
artifactId ARTIFACT_ID
|
||||||
// artifact androidJar
|
artifact androidJar
|
||||||
artifact "build/outputs/aar/transformations-release.aar"
|
|
||||||
artifact androidJavadocsJar
|
artifact androidJavadocsJar
|
||||||
artifact androidSourcesJar
|
artifact androidSourcesJar
|
||||||
pom.withXml {
|
pom.withXml {
|
||||||
|
@ -14,9 +14,13 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
|
||||||
compile 'com.github.bumptech.glide:glide:3.+'
|
compile 'com.github.bumptech.glide:glide:3.4.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
android.libraryVariants.all { variant ->
|
android.libraryVariants.all { variant ->
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user