https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 4e7ec04147581283ce9a2140e21b4eaa32112a6f authored by otakuchiyan on 14 January 2016, 04:41:07 UTC
Impleted delete firewall rules, fix getDNSTask
Tip revision: 4e7ec04
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
        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