https://github.com/xpheres/AndroidAnalyticalTranslator
Raw File
Tip revision: d5bb6bb52773b6fe7f1e5fcc50531a8e44b8d554 authored by xpheres on 12 January 2018, 16:51:53 UTC
Merge pull request #10 from afmachado/master
Tip revision: d5bb6bb
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