Skip to content

Commit

Permalink
Fix deployment (#11)
Browse files Browse the repository at this point in the history
* Update README.md

* Fix deployment

* Revert change
  • Loading branch information
cp-radhika-s authored Nov 9, 2023
1 parent 19f804f commit b426344
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 17

- name: Publish to MavenCentral
run: ./gradlew rich-editor-compose:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
run: ./gradlew editor:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@ Android WYSIWYG Rich editor for Jetpack compose.
<img src="./gif/sample.gif" height="540" />

## Features

The editor offers the following <b>options</b>:

- [x] **Bold**
- [x] *Italic*
- [x] <u>Underline</u>
- [x] Different Heading

## How to use it?
## How to add in your project

Add the dependency

```gradle
implementation 'com.canopas.editor:rich-editor-compose:X.X.X'
```

## How to use ?

```
@Composable
Expand Down

0 comments on commit b426344

Please sign in to comment.