Skip to content

Commit

Permalink
sync to jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Aug 24, 2017
1 parent c5da0b4 commit 74dbae5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Android-GPUImage-Plus
Image, Camera And Video Filters Based On OpenGL.

Maven: [Github](https://github.com/wysaid/android-gpuimage-plus-maven), [BinTray](https://bintray.com/wangyang/maven/gpuimage-plus) (Will upload to jcenter soon)
## Gradle dependency ##

```
repositories {
jcenter()
}
//Choose Only one of them
dependencies {
//All arch: armeabi, armeabi-v7a, arm64-v8a, mips, x86
compile 'org.wysaid:gpuimage-plus:2.4.6'
//Only armeabi-v7a
compile 'org.wysaid:gpuimage-plus:2.4.6-armv7a'
}
```

## Abstract ##

Expand Down

1 comment on commit 74dbae5

@wysaid
Copy link
Owner Author

@wysaid wysaid commented on 74dbae5 Aug 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2 done

Please sign in to comment.