Skip to content

Commit

Permalink
New upstream url
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkseb committed Jan 12, 2014
1 parent aa54087 commit 3e98836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ android {
uploadArchives {
repositories {
mavenDeployer {
repository(url: "http://nexus.madalynn.eu/nexus/content/repositories/androirc") {
repository(url: "http://nexus.madalynn.eu/nexus/content/repositories/snapshots") {
authentication(userName: maven_user, password: maven_password)
pom.artifactId = 'slidingmenu'
pom.groupId = 'com.jeremyfeinstein.slidingmenu'
}
}
}
}
}

0 comments on commit 3e98836

Please sign in to comment.