Skip to content

Commit cb9770a

Browse files
author
Dominik Schürmann
committed
Version 1.5
1 parent fbccba0 commit cb9770a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HtmlTextView/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ android {
88
defaultConfig {
99
minSdkVersion 7
1010
targetSdkVersion 22
11-
versionCode 5
12-
versionName '1.4'
11+
versionCode 6
12+
versionName '1.5'
1313
}
1414
}
1515

1616
publish {
1717
userOrg = 'sufficientlysecure'
1818
groupId = 'org.sufficientlysecure'
1919
artifactId = 'html-textview'
20-
version = '1.4'
20+
version = '1.5'
2121
description = 'HtmlTextView is an extended TextView component for Android, which can load HTML and converts it into Spannable for displaying it.'
2222
website = 'https://github.com/sufficientlysecure/html-textview'
2323
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818
}
1919
2020
dependencies {
21-
compile 'org.sufficientlysecure:html-textview:1.4'
21+
compile 'org.sufficientlysecure:html-textview:1.5'
2222
}
2323
```
2424

0 commit comments

Comments
 (0)