File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ android {
88 defaultConfig {
99 minSdkVersion 7
1010 targetSdkVersion 22
11- versionCode 5
12- versionName ' 1.4 '
11+ versionCode 6
12+ versionName ' 1.5 '
1313 }
1414}
1515
1616publish {
1717 userOrg = ' sufficientlysecure'
1818 groupId = ' org.sufficientlysecure'
1919 artifactId = ' html-textview'
20- version = ' 1.4 '
20+ version = ' 1.5 '
2121 description = ' HtmlTextView is an extended TextView component for Android, which can load HTML and converts it into Spannable for displaying it.'
2222 website = ' https://github.com/sufficientlysecure/html-textview'
2323}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ repositories {
1818}
1919
2020dependencies {
21- compile 'org.sufficientlysecure:html-textview:1.4 '
21+ compile 'org.sufficientlysecure:html-textview:1.5 '
2222}
2323```
2424
You can’t perform that action at this time.
0 commit comments