Skip to content

Commit 4eba9ba

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c7e7f13 + f4001f1 commit 4eba9ba

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Wordpress API
2+
##### Implementation
3+
- Add the JitPack repository to your root build.gradle file
4+
5+
```gradle
6+
allprojects {
7+
repositories {
8+
...
9+
maven { url 'https://jitpack.io' }
10+
}
11+
}
12+
```
13+
14+
- Add the dependency
15+
16+
```gradle
17+
dependencies {
18+
implementation 'com.github.induiduel:wordpressapi:1.0.1'
19+
}
20+
```
21+
22+
[![](https://jitpack.io/v/induiduel/wordpressapi.svg)](https://jitpack.io/#induiduel/wordpressapi)

0 commit comments

Comments
 (0)