https://github.com/xpheres/AndroidAnalyticalTranslator
Raw File
Tip revision: e7d7727dc78397b59455095a91b04fb7be06f596 authored by xpheres on 08 April 2016, 10:35:21 UTC
version updated with input text empty
Tip revision: e7d7727
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