Skip to content

Installation

Duy Dao edited this page Feb 27, 2018 · 2 revisions

Add to root Gradle:

allprojects {
  repositories {
      google()
      jcenter()
      ...
      maven { url 'http://dl.bintray.com/ebolo/ebolo-oss' }
      // maven { url 'https://jitpack.io' } // For latest SNAPSHOT
      ...
  }
}

Gradle:

implementation 'com.ebolo:krichtexteditor:x.y.z' // See latest version number above
// implementation 'com.github.daothanhduy305:KRichEditor:-SNAPSHOT'
// For latest SNAPSHOT with Jitpack
// Just retry syncing if the first one fails
Clone this wiki locally