view build.gradle @ 458:ad275ce23092

Added tag stable-1.9.3-3 for changeset 105815cce146
author Carl Byington <carl@five-ten-sg.com>
date Tue, 29 Jan 2019 11:22:19 -0800
parents 105815cce146
children a3239022798d
line wrap: on
line source

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
        google()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.3.0'
    }
}

allprojects {
    repositories {
        jcenter()
        google()
    }
}