Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryansgot/b3cdecaf453c9e6fc21e3f95ee3b1959 to your computer and use it in GitHub Desktop.
Save ryansgot/b3cdecaf453c9e6fc21e3f95ee3b1959 to your computer and use it in GitHub Desktop.
Adding forsuredbplugin to your project
apply plugin: /*'com.android.application', 'com.android.library', or 'java'*/
apply plugin: 'com.fsryan.gradle.forsuredb'
forsuredb {
/*...*/
}
// 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