https://github.com/xpheres/AndroidAnalyticalTranslator
Raw File
Tip revision: 07a4414ee7e0b7cc2c81b4e7a1ba1feeb9c72d8e authored by xpheres on 08 April 2016, 10:31:19 UTC
input text should be empty
Tip revision: 07a4414
build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:1.1.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
    }
}
back to top