mirror of
https://github.com/wasabeef/glide-transformations.git
synced 2025-06-09 07:54:04 +08:00
revert 1.0.0
This commit is contained in:
parent
cdab0969ce
commit
78af4fa164
@ -1,5 +1,5 @@
|
|||||||
VERSION_NAME=1.0.1
|
VERSION_NAME=1.0.0
|
||||||
VERSION_CODE=4
|
VERSION_CODE=3
|
||||||
GROUP=jp.wasabeef
|
GROUP=jp.wasabeef
|
||||||
ARTIFACT_ID=glide-transformations
|
ARTIFACT_ID=glide-transformations
|
||||||
|
|
||||||
|
@ -7,7 +7,8 @@ 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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user