https://github.com/xpheres/AndroidAnalyticalTranslator
Raw File
Tip revision: 556450dab75667a255bae96e9648e2fafeeff896 authored by xpheres on 07 October 2016, 19:28:33 UTC
Merge https://github.com/xpheres/AndroidAnalyticalTranslator
Tip revision: 556450d
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:2.1.3'

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

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