Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neworld committed Jan 23, 2020
1 parent 77fc3a1 commit b7cde48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.1.0

- Add `lineBackground` and `lineHeight` for Android Q
- Bump compile SDK to 29

### 1.0.0

- Add `span(startIndex, searchText, spans)` method
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![](https://jitpack.io/v/neworld/spanner.svg)](https://jitpack.io/#neworld/spanner)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Spanner-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6271)
[![Build Status](https://travis-ci.org/neworld/spanner.svg?branch=master)](https://travis-ci.org/neworld/spanner)
[![Javadoc](https://img.shields.io/badge/javadoc-1.0.0-brightgreen.svg)](https://jitpack.io/com/github/neworld/spanner/1.0.0/javadoc/)
[![Javadoc](https://img.shields.io/badge/javadoc-1.0.0-brightgreen.svg)](https://jitpack.io/com/github/neworld/spanner/1.1.0/javadoc/)

This lib provides simple and fluent API for creating [Android Spannable](https://developer.android.com/reference/android/text/Spannable.html).
Features:
Expand Down Expand Up @@ -112,7 +112,7 @@ Text manipulation:
}
dependencies {
implementation 'lt.neworld:spanner:1.0.0'
implementation 'lt.neworld:spanner:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.KOTLIN_VERSION = '1.2.71'
ext.COMPILE_SDK_VERSION = 29
ext.MIN_SDK_VERSION = 14
ext.TARGET_SDK_VERSION = 29
ext.TARGET_SDK_VERSION = 28
ext.SUPPORT_LIB_VERSION = "28.0.0"

repositories {
Expand Down

0 comments on commit b7cde48

Please sign in to comment.