view build.gradle @ 482:0b26e5c290e3

update to latest gradle
author Carl Byington <carl@five-ten-sg.com>
date Wed, 29 Apr 2020 13:20:09 -0700
parents 74b507d491c9
children 5c2069636dff
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.6.3'
    }
}

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