view build.gradle @ 462:0f53523562bb

update TODO
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Apr 2019 17:46:13 -0700
parents a3239022798d
children 7c8aebcc882a
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.4.0'
    }
}

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