Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.