https://github.com/xpheres/AndroidAnalyticalTranslator
Raw File
Tip revision: b471dd24eea309b51ed675e2712d63bef16cf5de authored by xpheres on 03 April 2016, 10:14:03 UTC
duplicated id='@+id/textView4 repaired'
Tip revision: b471dd2
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