blob: 9c1a1981753d36c1a78fa28feba16df953ef78d4 [file] [log] [blame]
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08001// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3buildscript {
4 repositories {
5 jcenter()
Alexander Afanasyevbd74ad22016-01-06 18:09:10 -08006 maven {
7 url "https://oss.sonatype.org/content/repositories/snapshots/"
8 }
Alexander Afanasyevddaa8312015-01-27 16:33:45 -08009 }
10 dependencies {
AndreyMaia414aae22016-03-16 06:14:25 -030011 classpath 'com.android.tools.build:gradle:2.1.2'
Alexander Afanasyevbd74ad22016-01-06 18:09:10 -080012 classpath 'net.named-data.playground:play-publisher:1.2.0-2-SNAPSHOT'
Alexander Afanasyevddaa8312015-01-27 16:33:45 -080013
14 // NOTE: Do not place your application dependencies here; they belong
15 // in the individual module build.gradle files
16 }
17}
18
19allprojects {
20 repositories {
21 jcenter()
22 }
23}