Skip to content

Commit

Permalink
upload the maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker41 committed Jul 28, 2014
1 parent 7362dad commit 41a62c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
flatDir {
dirs 'libs'
}
Expand All @@ -24,7 +21,7 @@ apply plugin: 'com.android.library'
dependencies {
compile 'com.google.code.gson:gson:2.2.4'
compile 'com.klinkerapps:logger:+'
compile(name:'ion', ext:'aar')
compile 'com.koushikdutta.ion:ion:1.1.7'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.klinkerapps

Expand Down
Binary file removed libs/ion.aar
Binary file not shown.

0 comments on commit 41a62c7

Please sign in to comment.