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

Commit

Permalink
Version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuermann committed Dec 19, 2019
1 parent 10317bb commit a522a91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HtmlTextView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionName '3.8'
versionName '3.9'
}
}

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'org.sufficientlysecure:html-textview:3.8'
compile 'org.sufficientlysecure:html-textview:3.9'
}
```

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

### Changelog

#### 3.9
* Add A tag click listener

#### 3.8
* Add HtmlFormatter for use with standard TextView

Expand Down

0 comments on commit a522a91

Please sign in to comment.