Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 58e0e10

Browse files
committed
updating JitPack details
1 parent e010906 commit 58e0e10

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# AnySoftKeyboard-API
22
API library for AnySoftKeyboard.
33

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

5-
You need this api library, if you are going to implement a layout.
6+
### Dependency ###
7+
I'm using [![JitPack](https://img.shields.io/github/release/AnySoftKeyboard/AnySoftKeyboard-API.svg?label=JitPack)](https://jitpack.io/#AnySoftKeyboard/AnySoftKeyboard-API) to publish this library.
8+
9+
Add it in your build.gradle at the end of repositories:
10+
```
11+
repositories {
12+
//...
13+
maven { url "https://jitpack.io" }
14+
}
15+
```
16+
Step 2. Add the dependency in the form
17+
```
18+
dependencies {
19+
compile 'com.github.AnySoftKeyboard:AnySoftKeyboard-API:1.2.4'
20+
}
21+
```

0 commit comments

Comments
 (0)