Skip to content

Commit

Permalink
Modify jitpack.io
Browse files Browse the repository at this point in the history
  • Loading branch information
joielechong committed Dec 26, 2016
1 parent 755edf0 commit c6b9948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'io.github.joielechong'
group = 'com.github.joielechong'

android {
compileSdkVersion 25
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compile 'com.github.joielechong:zip4jandroid:1.0'
}

0 comments on commit c6b9948

Please sign in to comment.