API library for AnySoftKeyboard.
You need this api library, if you are going to implement a keyboard layout, theme, addon, etc.
I'm using to publish this library.
Add it in your build.gradle at the end of repositories:
repositories {
//...
maven { url "https://jitpack.io" }
}
Step 2. Add the dependency in the form
dependencies {
compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.3.4'
}