https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 2d921a969bd09385d76e7437db1a9311a57b86e8 authored by otakuchiyan on 12 August 2015, 09:28:55 UTC
Add translation, fix bug
Tip revision: 2d921a9
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.2.3'

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

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