Skip to content

Instantly share code, notes, and snippets.

@cosbor11
Created April 3, 2017 21:47
Show Gist options
  • Save cosbor11/617c7a607db6c93ce144e90b2c6ab8f1 to your computer and use it in GitHub Desktop.
Save cosbor11/617c7a607db6c93ce144e90b2c6ab8f1 to your computer and use it in GitHub Desktop.
Add Onyx Database dependency within build.gradle
repositories {
mavenCentral()
}
...
dependencies {
compile 'com.onyxdevtools:onyx-android:1.3.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment