Skip to content

Commit 4bf280c

Browse files
committed
Version 3.6
1 parent 11a762e commit 4bf280c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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 14
1010
targetSdkVersion 27
11-
versionCode 13
12-
versionName '3.5'
11+
versionCode 14
12+
versionName '3.6'
1313
}
1414
}
1515

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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ We recognize the standard table tags:
121121
as well as the tags extended by HtmlTextView. However, support doesn’t currently extend to tags natively supported by Android (e.g. ``<b>``, ``<big>``, ``<h1>``) which means tables will not include the extra styling.
122122

123123
### Changelog
124+
#### 3.6
125+
* Improve and fix indentions
126+
124127
#### 3.5
125128
* Allow image compression
126129

0 commit comments

Comments
 (0)