Skip to content

Instantly share code, notes, and snippets.

@ryansgot
Last active October 17, 2018 13:13
Show Gist options
  • Save ryansgot/00eab5ad85dcd16b20b496065e0c306a to your computer and use it in GitHub Desktop.
Save ryansgot/00eab5ad85dcd16b20b496065e0c306a to your computer and use it in GitHub Desktop.
ForSure DB Android root build.gradle
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.30'
classpath 'com.fsryan.gradle.forsuredb:forsuredbplugin:0.6.3'
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "http://dl.bintray.com/ryansgot/maven"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment