Alexander Afanasyev | ddaa831 | 2015-01-27 16:33:45 -0800 | [diff] [blame] | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
| 2 | |
| 3 | buildscript { |
| 4 | repositories { |
| 5 | jcenter() |
Alexander Afanasyev | bd74ad2 | 2016-01-06 18:09:10 -0800 | [diff] [blame^] | 6 | maven { |
| 7 | url "https://oss.sonatype.org/content/repositories/snapshots/" |
| 8 | } |
Alexander Afanasyev | ddaa831 | 2015-01-27 16:33:45 -0800 | [diff] [blame] | 9 | } |
| 10 | dependencies { |
Alexander Afanasyev | bd74ad2 | 2016-01-06 18:09:10 -0800 | [diff] [blame^] | 11 | classpath 'com.android.tools.build:gradle:2.0.0-alpha3' |
| 12 | classpath 'net.named-data.playground:play-publisher:1.2.0-2-SNAPSHOT' |
Alexander Afanasyev | ddaa831 | 2015-01-27 16:33:45 -0800 | [diff] [blame] | 13 | |
| 14 | // NOTE: Do not place your application dependencies here; they belong |
| 15 | // in the individual module build.gradle files |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | allprojects { |
| 20 | repositories { |
| 21 | jcenter() |
| 22 | } |
| 23 | } |