Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created August 10, 2016 16:55
Show Gist options
  • Save mplacona/136fa55f37759e88447909cfd786a241 to your computer and use it in GitHub Desktop.
Save mplacona/136fa55f37759e88447909cfd786a241 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'io.realm:realm-gradle-plugin:1.1.1'
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment