summaryrefslogtreecommitdiff
path: root/build.gradle
blob: 5a21265120d6ff5382c570af61c8a9b0f757d410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
buildscript {
  repositories {
    mavenCentral()
    jcenter()
  }
  dependencies {
    classpath 'com.android.tools.build:gradle:1.2.3'
  }
}

plugins {
  id "org.ajoberstar.grgit" version "1.2.0-milestone.5"
}

allprojects {
  repositories {
    mavenCentral()
    jcenter()
  }
}