comparison build.gradle @ 28:a5f1c68e4519

starting update to latest toolchain
author Carl Byington <carl@five-ten-sg.com>
date Thu, 08 Nov 2018 11:44:47 -0800
parents
children 0bc0b4798d9e
comparison
equal deleted inserted replaced
27:807f7e4eaebe 28:a5f1c68e4519
1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3 buildscript {
4 repositories {
5 jcenter()
6 google()
7 }
8 dependencies {
9 classpath 'com.android.tools.build:gradle:3.2.1'
10 }
11 }
12
13 allprojects {
14 repositories {
15 jcenter()
16 google()
17 }
18 }