view build.gradle @ 468:74b507d491c9 stable-1.9.3-7

fix parsing of global:: scheme
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Sep 2019 15:35:51 -0700
parents 7c8aebcc882a
children 0b26e5c290e3
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.5.0'
    }
}

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