https://github.com/otakuchiyan/DNSman
Raw File
Tip revision: 873f73e2c57fcdc3e9ae1392d8938a2a6b60a371 authored by otakuchiyan on 12 March 2016, 03:40:31 UTC
Fix restore bug when VPN wasn't established
Tip revision: 873f73e
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