Skip to content

Commit b7cde48

Browse files
committed
Bump to 1.1.0
1 parent 77fc3a1 commit b7cde48

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.1.0
2+
3+
- Add `lineBackground` and `lineHeight` for Android Q
4+
- Bump compile SDK to 29
5+
16
### 1.0.0
27

38
- Add `span(startIndex, searchText, spans)` method

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![](https://jitpack.io/v/neworld/spanner.svg)](https://jitpack.io/#neworld/spanner)
22
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Spanner-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6271)
33
[![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/)
55

66
This lib provides simple and fluent API for creating [Android Spannable](https://developer.android.com/reference/android/text/Spannable.html).
77
Features:
@@ -112,7 +112,7 @@ Text manipulation:
112112
}
113113
114114
dependencies {
115-
implementation 'lt.neworld:spanner:1.0.0'
115+
implementation 'lt.neworld:spanner:1.1.0'
116116
}
117117
```
118118

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.KOTLIN_VERSION = '1.2.71'
55
ext.COMPILE_SDK_VERSION = 29
66
ext.MIN_SDK_VERSION = 14
7-
ext.TARGET_SDK_VERSION = 29
7+
ext.TARGET_SDK_VERSION = 28
88
ext.SUPPORT_LIB_VERSION = "28.0.0"
99

1010
repositories {

0 commit comments

Comments
 (0)