~nbdev/firepoint/android

« back to all changes in this revision

Viewing changes to build.gradle

  • Committer: sashptz at gmail
  • Date: 2014-09-01 13:14:34 UTC
  • Revision ID: sashptz@gmail.com-20140901131434-94qto6ndp6gg96ls
Firepoint v 2.0; Tons of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
 
2
 
 
3
buildscript {
 
4
    repositories {
 
5
        mavenCentral()
 
6
    }
 
7
    dependencies {
 
8
        classpath 'com.android.tools.build:gradle:0.11.+'
 
9
 
 
10
        // NOTE: Do not place your application dependencies here; they belong
 
11
        // in the individual module build.gradle files
 
12
    }
 
13
}
 
14
 
 
15
allprojects {
 
16
    repositories {
 
17
        mavenCentral()
 
18
    }
 
19
}