Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit a522a91

Browse files
committed
Version 3.9
1 parent 10317bb commit a522a91

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HtmlTextView/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 29
10-
versionName '3.8'
10+
versionName '3.9'
1111
}
1212
}
1313

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717
1818
dependencies {
19-
compile 'org.sufficientlysecure:html-textview:3.8'
19+
compile 'org.sufficientlysecure:html-textview:3.9'
2020
}
2121
```
2222

@@ -150,6 +150,10 @@ We recognize the standard table tags:
150150
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.
151151

152152
### Changelog
153+
154+
#### 3.9
155+
* Add A tag click listener
156+
153157
#### 3.8
154158
* Add HtmlFormatter for use with standard TextView
155159

0 commit comments

Comments
 (0)