Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. |
| 2 | |
Sebastian Schuberth | 88b6aae | 2016-03-10 11:43:58 +0100 | [diff] [blame] | 3 | apply plugin: 'com.github.ben-manes.versions' |
| 4 | |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 5 | buildscript { |
| 6 | repositories { |
| 7 | jcenter() |
Sebastian Schuberth | 345f2e1 | 2016-03-20 09:46:32 +0100 | [diff] [blame] | 8 | |
| 9 | maven { |
| 10 | url 'https://jitpack.io' |
| 11 | } |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 12 | } |
Sebastian Schuberth | 345f2e1 | 2016-03-20 09:46:32 +0100 | [diff] [blame] | 13 | |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 14 | dependencies { |
Sebastian Schuberth | e17a6d4 | 2016-11-25 10:47:19 +0100 | [diff] [blame] | 15 | classpath 'com.android.tools.build:gradle:2.2.0' |
Sebastian Schuberth | bb3acf3 | 2016-11-25 10:57:38 +0100 | [diff] [blame] | 16 | classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0' |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 17 | |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 18 | // NOTE: Do not place your application dependencies here; they belong |
| 19 | // in the individual module build.gradle files |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | allprojects { |
| 24 | repositories { |
| 25 | jcenter() |
Sebastian Schuberth | 3503a19 | 2016-03-21 13:40:39 +0100 | [diff] [blame] | 26 | |
| 27 | maven { |
| 28 | url 'https://jitpack.io' |
| 29 | } |
Edwin Kempin | 1b817a8 | 2016-01-08 13:18:01 +0100 | [diff] [blame] | 30 | } |
| 31 | } |
| 32 | |
| 33 | task clean(type: Delete) { |
| 34 | delete rootProject.buildDir |
| 35 | } |