Last active
October 17, 2018 13:13
-
-
Save ryansgot/00eab5ad85dcd16b20b496065e0c306a to your computer and use it in GitHub Desktop.
ForSure DB Android root 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
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