https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: da13f64880cbdb5bbd2005f1e0c73c180fa61549 authored by Hiroki Chen on 28 January 2017, 14:57:05 UTC
Merge pull request #24 from DevFactory/release/remove-useless-imports-fix-1
Tip revision: da13f64
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.0.0'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
        classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.0'
        classpath 'com.github.dcendents:android-maven-plugin:1.2'

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