Newer
Older
GpsTracker / phoneClients / android-wp / build.gradle
@Nick Fox Nick Fox on 30 Sep 2015 313 bytes added wordpress android client
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.13.2'
    }
}

allprojects {
    repositories {
        mavenCentral()
    }
}