We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049e90 commit 795ada4Copy full SHA for 795ada4
1 file changed
support/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
4
ext {
5
PUBLISH_GROUP_ID = 'io.github.nikartm'
6
- PUBLISH_VERSION = '3.0.0'
+ PUBLISH_VERSION = '3.1.0'
7
PUBLISH_ARTIFACT_ID = 'process-button'
8
PUBLISH_DESCRIPTION = 'Android library. Animated striped button to show loading process.'
9
PUBLISH_URL = 'https://github.com/nikartm/StripedProcessButton'
0 commit comments