Skip to content

Commit 4749b1b

Browse files
committed
Release 0.2.0
1 parent 08487bd commit 4749b1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The current minSDK version is API level 14 Android 4.0 (ICE CREAM SANDWICH).
2222

2323
Gradle:
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

app/src/main/java/com/luseen/activetextview/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

autolinklibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
publish {
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'

0 commit comments

Comments
 (0)