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 2825038 commit 0c2450dCopy full SHA for 0c2450d
README.md
@@ -87,4 +87,8 @@ or even some custom logic which will call:
87
88
```java
89
OverflowPagerIndicator#onPageSelected(int position)
90
-```
+```
91
+
92
+### Changelog
93
94
+1.2.1 bugfix (thanks [Sajad Abasi](https://github.com/sajadabasi))
library/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
PUBLISH_GROUP_ID = 'cz.intik'
5
PUBLISH_ARTIFACT_ID = 'overflow-pager-indicator'
6
- PUBLISH_VERSION = '1.2'
+ PUBLISH_VERSION = '1.2.1'
7
8
// gradlew clean build generateRelease
9
}
0 commit comments