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 517cc86 commit f785236Copy full SHA for f785236
README.md
@@ -6,7 +6,7 @@ To use this library your minSdkVersion must be >= 19.
6
7
```
8
dependencies {
9
- implementation 'com.github.onik:pagedtextview:0.0.1'
+ implementation 'com.github.onikx:pagedtextview:0.1.2'
10
}
11
12
lib/build.gradle
@@ -7,7 +7,7 @@ ext {
bintrayName = 'pagedtextview'
artifact = 'pagedtextview'
libraryName = 'PagedTextView'
- libraryVersion = '0.1.1'
+ libraryVersion = '0.1.2'
libraryGroupId = 'com.github.onikx'
libraryDescription = 'Android TextView with pagination'
13
siteUrl = 'https://github.com/onikx/PagedTextView'
0 commit comments