https://github.com/otakuchiyan/DNSman
Revision 223ce2bea87780c3d9323becf742f399773281f7 authored by otakuchiyan on 29 April 2016, 14:34:19 UTC, committed by otakuchiyan on 29 April 2016, 14:34:19 UTC
1 parent 5d2fd50
Raw File
Tip revision: 223ce2bea87780c3d9323becf742f399773281f7 authored by otakuchiyan on 29 April 2016, 14:34:19 UTC
Fix UI bug, updated UI & translations
Tip revision: 223ce2b
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