Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 758 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 758 Bytes

richEditText

License API
基于webview的富文本编辑

获取依赖

project的build.gradle

allprojects {
    repositories {
        ......       
        maven { url "https://jitpack.io" } 
    }
}

app的build.gradle

implementation 'com.github.caoyanglee:richEditText:{latestVersion}'