Created
April 3, 2017 21:47
-
-
Save cosbor11/617c7a607db6c93ce144e90b2c6ab8f1 to your computer and use it in GitHub Desktop.
Add Onyx Database dependency within build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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