File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.1.0
2
+
3
+ - Add ` lineBackground ` and ` lineHeight ` for Android Q
4
+ - Bump compile SDK to 29
5
+
1
6
### 1.0.0
2
7
3
8
- Add ` span(startIndex, searchText, spans) ` method
Original file line number Diff line number Diff line change 1
1
[ ![ ] ( https://jitpack.io/v/neworld/spanner.svg )] ( https://jitpack.io/#neworld/spanner )
2
2
[ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-Spanner-brightgreen.svg?style=flat )] ( https://android-arsenal.com/details/1/6271 )
3
3
[ ![ Build Status] ( https://travis-ci.org/neworld/spanner.svg?branch=master )] ( https://travis-ci.org/neworld/spanner )
4
- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-1.0.0-brightgreen.svg )] ( https://jitpack.io/com/github/neworld/spanner/1.0 .0/javadoc/ )
4
+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-1.0.0-brightgreen.svg )] ( https://jitpack.io/com/github/neworld/spanner/1.1 .0/javadoc/ )
5
5
6
6
This lib provides simple and fluent API for creating [ Android Spannable] ( https://developer.android.com/reference/android/text/Spannable.html ) .
7
7
Features:
@@ -112,7 +112,7 @@ Text manipulation:
112
112
}
113
113
114
114
dependencies {
115
- implementation 'lt.neworld:spanner:1.0 .0'
115
+ implementation 'lt.neworld:spanner:1.1 .0'
116
116
}
117
117
```
118
118
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
ext. KOTLIN_VERSION = ' 1.2.71'
5
5
ext. COMPILE_SDK_VERSION = 29
6
6
ext. MIN_SDK_VERSION = 14
7
- ext. TARGET_SDK_VERSION = 29
7
+ ext. TARGET_SDK_VERSION = 28
8
8
ext. SUPPORT_LIB_VERSION = " 28.0.0"
9
9
10
10
repositories {
You can’t perform that action at this time.
0 commit comments