Commit b426344 1 parent 19f804f commit b426344 Copy full SHA for b426344
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 19
19
java-version : 17
20
20
21
21
- name : Publish to MavenCentral
22
- run : ./gradlew rich- editor-compose :publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
22
+ run : ./gradlew editor:publishReleasePublicationToSonatypeRepository --max-workers 1 closeAndReleaseSonatypeStagingRepository
23
23
env :
24
24
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
25
25
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.
5
5
<img src =" ./gif/sample.gif " height =" 540 " />
6
6
7
7
## Features
8
+
8
9
The editor offers the following <b >options</b >:
9
10
10
11
- [x] ** Bold**
11
12
- [x] * Italic*
12
13
- [x] <u >Underline</u >
13
14
- [x] Different Heading
14
15
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 ?
16
25
17
26
```
18
27
@Composable
You can’t perform that action at this time.
0 commit comments