Skip to content

Commit 6afb533

Browse files
author
zagum
committed
added jitPack lib dependency
1 parent 6e2e74a commit 6afb533

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

expandicon-sample/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
apply plugin: 'com.android.application'
22

3+
allprojects {
4+
repositories {
5+
maven { url 'https://jitpack.io' }
6+
}
7+
}
8+
39
dependencies {
4-
compile project(':expandicon')
10+
compile 'com.github.zagum:Android-ExpandIcon:1.1.0'
511
compile 'com.android.support:appcompat-v7:25.1.0'
612
}
713

0 commit comments

Comments
 (0)