File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/src/main/java/com/luseen/activetextview Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The current minSDK version is API level 14 Android 4.0 (ICE CREAM SANDWICH).
2222
2323Gradle:
2424``` groovy
25- compile 'com.github.armcha:AutoLinkTextView:0.1.1 '
25+ compile 'com.github.armcha:AutoLinkTextView:0.2.0 '
2626```
2727
2828## Setup and usage
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ protected void onCreate(Bundle savedInstanceState) {
1818 setContentView (R .layout .activity_main );
1919 AutoLinkTextView autoLinkTextView = (AutoLinkTextView ) findViewById (R .id .active );
2020
21- autoLinkTextView .enableUnderLine ();
21+ // autoLinkTextView.enableUnderLine();
2222
2323 autoLinkTextView .addAutoLinkMode (
2424 AutoLinkMode .MODE_HASHTAG ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929publish {
3030 groupId = ' com.github.armcha'
3131 artifactId = ' AutoLinkTextView'
32- publishVersion = ' 0.1.2 '
32+ publishVersion = ' 0.2.0 '
3333 desc = ' Auto Link Text View'
3434 licences = [' MIT' ]
3535 website = ' https://github.com/armcha/AutoLinkTextView'
You can’t perform that action at this time.
0 commit comments