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
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ android {
}
}

//apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'
//apply from: 'https://raw.github.com/Vorlonsoft/GradleMavenPush/master/maven-push.gradle'
7 changes: 1 addition & 6 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,13 @@ GROUP=com.jaredrummler

POM_NAME=APK Parser
POM_ARTIFACT_ID=apk-parser
POM_PACKAGING=aar

POM_DESCRIPTION=APK parser for Android
POM_URL=https://github.com/jaredrummler/APKParser
POM_SCM_URL=https://github.com/jaredrummler/APKParser.git
POM_SCM_CONNECTION=scm:git@github.com:jaredrummler/apk-parser.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:jaredrummler/apk-parser.git
POM_LICENCE_NAME=The BSD 3-Clause License
POM_LICENCE_URL=https://raw.githubusercontent.com/jaredrummler/apk-parser/master/LICENSE.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=jaredrummler
POM_DEVELOPER_NAME=Jared Rummler

SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots
RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/maven2
POM_DEVELOPER_EMAIL=jared.rummler@gmail.com