Last active
May 12, 2018 08:19
-
-
Save ryansgot/e3c106e6a4fd2858b4923f592cdc1d68 to your computer and use it in GitHub Desktop.
adding forsuredbandroid dependency
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
// forsuredbandroid-contentprovider | |
dependencies { | |
/*...*/ | |
implementation "com.fsryan.forsuredb:forsuredbandroid-contentprovider:$forsuredbVersion" | |
/*...*/ | |
} |
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
// forsuredbandroid-directdb | |
dependencies { | |
/*...*/ | |
implementation "com.fsryan.forsuredb:forsuredbandroid-directdb:$forsuredbVersion" | |
/*...*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment