AceEditor for Android
Step 1: Add it in your root build.gradle (project level) at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2: Now Add the dependency
dependencies {
...
implementation 'com.github.deviknitkkr:AceEditor:Tag'
}