Skip to content

Commit

Permalink
combo-breaker v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Nov 24, 2022
1 parent 94a1833 commit 796b915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,13 @@ repositories {
}
dependencies {
implementation 'dev.romainguy:combo-breaker:0.2.0'
implementation 'dev.romainguy:combo-breaker:0.3.0'
}
```

## Roadmap

- Properly support paragraphs with styles of different line heights.
- Backport to earlier API levels.
- Optimizations!
- More comprehensive `TextFlowLayoutResult`.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=dev.romainguy
VERSION_NAME=0.2.0
VERSION_NAME=0.3.0

SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
Expand Down

0 comments on commit 796b915

Please sign in to comment.