Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.26 KB

Android SDK for Oddworks

slack.oddnetworks.com

An Oddworks device client SDK for Android Mobile, Tablet, Amazon Fire TV, and more. Check out Odd Networks for more information.

Download

Download or grab via Maven:

<dependency>
  <groupId>io.oddworks</groupId>
  <artifactId>device-sdk</artifactId>
  <version>{version}</version>
</dependency>

or Gradle:

repositories {
    maven {
        url 'http://oddnetworks.bintray.org/maven'
    }
}

dependencies {
    compile 'io.oddworks:device-sdk:{version}'
}

Overview

See android.guide.oddnetworks.com

Contributing

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

License

Apache 2.0 © Odd Networks