Newer
Older
GpsTracker / phoneClients / android-wp / build.gradle
@Nick Fox Nick Fox on 11 Feb 2016 312 bytes update gradle in android wp 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:1.5.0'
    }
}

allprojects {
    repositories {
        mavenCentral()
    }
}