Skip to content

Commit f785236

Browse files
committed
Updated README.md.
1 parent 517cc86 commit f785236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To use this library your minSdkVersion must be >= 19.
66

77
```
88
dependencies {
9-
implementation 'com.github.onik:pagedtextview:0.0.1'
9+
implementation 'com.github.onikx:pagedtextview:0.1.2'
1010
}
1111
```
1212

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
bintrayName = 'pagedtextview'
88
artifact = 'pagedtextview'
99
libraryName = 'PagedTextView'
10-
libraryVersion = '0.1.1'
10+
libraryVersion = '0.1.2'
1111
libraryGroupId = 'com.github.onikx'
1212
libraryDescription = 'Android TextView with pagination'
1313
siteUrl = 'https://github.com/onikx/PagedTextView'

0 commit comments

Comments
 (0)