Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hailindai authored Mar 7, 2017
1 parent eafcd70 commit 31f988d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# android-gpuvideo
Requirements

Android 2.2 or higher (OpenGL ES 2.0)

Usage
Gradle dependency

repositories {

jcenter()
maven { url "https://jitpack.io" }
}

dependencies {

compile 'com.github.hailindai:android-gpuvideo:v1.0.0'

}

0 comments on commit 31f988d

Please sign in to comment.