Deepankur-Sadana / AnySoftKeyboard-API

API library for AnySoftKeyboard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnySoftKeyboard-API

API library for AnySoftKeyboard.

You need this api library, if you are going to implement a keyboard layout, theme, addon, etc.

Dependency

I'm using JitPack 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'
}

About

API library for AnySoftKeyboard.


Languages

Language:Java 100.0%