Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcomz committed Feb 2, 2022
1 parent ff51352 commit c07e6ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

StickyTimeLine is timeline view for android.

## What's New in 0.1.1? :tada:
- Remove the way of using xml view of VerticalSectionItemDecoration
- Add dot size attribute
- `timeLineDotRadius`, `timeLineDotStrokeSize`
- Support RTL (#26)
## What's New? :tada:
- [Improvement] Move to MavenCentral
- [Improvement] lib version update

## Result Screen

Expand All @@ -21,14 +19,10 @@ StickyTimeLine is timeline view for android.
## How to Use

### Gradle
[![Maven Central](https://img.shields.io/maven-central/v/io.github.sangcomz/stickytimeline)](https://search.maven.org/artifact/io.github.sangcomz/stickytimeline)
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
//StickyTimeLine v0.0.20 and above only supports projects that have been migrated to androidx.
compile 'com.github.sangcomz:StickyTimeLine:v0.1.1'
implementation 'io.github.sangcomz:StickyTimeLine:x.x.x'
}
```
### Usage
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ':app', ':stickytimelineview'

gradle.ext.set('versionCode', 9)
gradle.ext.set('versionName', '0.1.1')
gradle.ext.set('versionCode', 10)
gradle.ext.set('versionName', '1.0.0')

gradle.ext.set('minSdk', 16)
gradle.ext.set('targetSdk', 31)
Expand Down

0 comments on commit c07e6ba

Please sign in to comment.