Skip to content

Android rich text editor 安卓富文本编辑器

Notifications You must be signed in to change notification settings

lany192/RichEditView

Repository files navigation

RichEditView

Android rich text editor

第一步

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

第二步

dependencies {
        implementation 'com.github.lany192:RichEditView:1.0.0'
}

thanks

改编自 https://github.com/wasabeef/richeditor-android