File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1919 java-version : 17
2020
2121 - name : Publish to MavenCentral
22- run : ./gradlew rich- editor-compose :publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
22+ run : ./gradlew editor:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
2323 env :
2424 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
2525 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
Original file line number Diff line number Diff line change @@ -5,14 +5,23 @@ Android WYSIWYG Rich editor for Jetpack compose.
55<img src =" ./gif/sample.gif " height =" 540 " />
66
77## Features
8+
89The editor offers the following <b >options</b >:
910
1011- [x] ** Bold**
1112- [x] * Italic*
1213- [x] <u >Underline</u >
1314- [x] Different Heading
1415
15- ## How to use it?
16+ ## How to add in your project
17+
18+ Add the dependency
19+
20+ ``` gradle
21+ implementation 'com.canopas.editor:rich-editor-compose:X.X.X'
22+ ```
23+
24+ ## How to use ?
1625
1726```
1827@Composable
You can’t perform that action at this time.
0 commit comments