Skip to content

Commit f964c0c

Browse files
committed
Changed lib name case
1 parent 17c6853 commit f964c0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

proswipebutton/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
ext {
4-
bintrayRepo = 'ProSwipeButton'
5-
bintrayName = 'ProSwipeButton'
4+
bintrayRepo = 'proswipebutton'
5+
bintrayName = 'proswipebutton'
66

77
publishedGroupId = 'in.shadowfax'
8-
libraryName = 'ProSwipeButton'
9-
artifact = 'ProSwipeButton'
8+
libraryName = 'proswipebutton'
9+
artifact = 'proswipebutton'
1010

1111
libraryDescription = 'A swipe button with progress indicator for Android'
1212

0 commit comments

Comments
 (0)