Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelad authored Jun 30, 2020
2 parents 7288567 + 85d1687 commit 9c49e15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# android-native-sdk
A lightweight SDK that allows for easy integration of eko projects into an Android app
# Usage
Add the Gradle dependency to your application's build.gradle file

```groovy
implementation 'com.eko:android-native-sdk:0.0.+'
```
# API
## EkoPlayer
This is the view in which the eko player will reside. It will also forward any events from the player to the rest of the app.
Expand Down

0 comments on commit 9c49e15

Please sign in to comment.