Created
May 10, 2018 21:33
-
-
Save ryansgot/b3cdecaf453c9e6fc21e3f95ee3b1959 to your computer and use it in GitHub Desktop.
Adding forsuredbplugin to your project
This file contains 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
apply plugin: /*'com.android.application', 'com.android.library', or 'java'*/ | |
apply plugin: 'com.fsryan.gradle.forsuredb' | |
forsuredb { | |
/*...*/ | |
} |
This file contains 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
// root project's build.gradle | |
buildscript { | |
repositories { | |
/*...*/ | |
jcenter() | |
/*...*/ | |
} | |
dependencies { | |
/*...*/ | |
classpath "com.fsryan.gradle.forsuredb:forsuredbplugin:$forsuredbpluginVersion" | |
/*...*/ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment