Skip to content

deviknitkkr/AceEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

AceEditor

AceEditor for Android

Add the JitPack repository to your build file

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'
	}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published