Skip to content

Commit

Permalink
jitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
YiiGuxing committed Apr 6, 2017
1 parent 5ee701a commit ac08ef6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
3 changes: 3 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ android {
}
}

//noinspection SpellCheckingInspection
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':composition-avatar')
// compile 'com.github.YiiGuxing:CompositionAvatar:latest.release'

compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
Expand Down

0 comments on commit ac08ef6

Please sign in to comment.