We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c6853 commit f964c0cCopy full SHA for f964c0c
proswipebutton/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
ext {
4
- bintrayRepo = 'ProSwipeButton'
5
- bintrayName = 'ProSwipeButton'
+ bintrayRepo = 'proswipebutton'
+ bintrayName = 'proswipebutton'
6
7
publishedGroupId = 'in.shadowfax'
8
- libraryName = 'ProSwipeButton'
9
- artifact = 'ProSwipeButton'
+ libraryName = 'proswipebutton'
+ artifact = 'proswipebutton'
10
11
libraryDescription = 'A swipe button with progress indicator for Android'
12
0 commit comments