Skip to content

Commit 05f8c59

Browse files
committed
update
1 parent 9e4db94 commit 05f8c59

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@ jcenter: in progress...
88

99
## Usage ##
1010

11+
```
12+
repositories {
13+
maven {
14+
url 'http://maven.wysaid.org/'
15+
}
16+
}
17+
18+
dependencies {
19+
//All arch: armeabi, armeabi-v7a, arm64-v8a, mips, x86
20+
compile 'org.wysaid:gpuimage-plus:2.4.6'
21+
22+
//Only armeabi-v7a
23+
compile 'org.wysaid:gpuimage-plus:2.4.6-armv7a'
24+
}
25+
26+
```

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)