Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,18 @@

POM_NAME=TransformableDrawableButton
POM_ARTIFACT_ID=transformabledrawablebutton
POM_PACKAGING=aar
VERSION_NAME=1.1.1
VERSION_CODE=3
GROUP=com.fmsirvent

POM_DESCRIPTION=Animated button with transitions between symbols.
POM_URL=https://github.com/narfss/TransformableDrawableButton
POM_SCM_URL=https://github.com/narfss/TransformableDrawableButton
POM_SCM_CONNECTION=scm:git@github.com:narfss/transformabledrawablebutton.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:narfss/transformabledrawablebutton.git
POM_LICENCE_NAME=MIT license. See the LICENSE file for more info
POM_LICENCE_URL=http://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=narfss
POM_DEVELOPER_NAME=Francisco M Sirvent
POM_DEVELOPER_EMAIL=narfss@gmail.com

signing.keyId=XXXXXX
signing.password=XXXXXX
Expand Down
3 changes: 1 addition & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ dependencies {
compile 'com.nineoldandroids:library:2.4.0'
}

//apply from: 'maven_push.gradle'
apply from: 'https://raw.githubusercontent.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
apply from: 'https://raw.github.com/Vorlonsoft/GradleMavenPush/master/maven-push.gradle'
114 changes: 0 additions & 114 deletions library/maven_push.gradle

This file was deleted.