https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: c70888b96fc2507240f73b92678b6d40cee5d6f5 authored by otakuchiyan on 23 April 2016, 05:38:05 UTC
Fixed current DNS view, enabled ControlNotify
Tip revision: c70888b
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