comparison build.gradle @ 454:7492d2cb7b75

update to latest toolchain, gradle 4.10.2
author Carl Byington <carl@five-ten-sg.com>
date Wed, 07 Nov 2018 17:13:10 -0800
parents 2907c688955e
children 105815cce146
comparison
equal deleted inserted replaced
453:f65d8bb11eb0 454:7492d2cb7b75
1 // Top-level build file where you can add configuration options common to all sub-projects/modules. 1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
2 2
3 buildscript { 3 buildscript {
4 repositories { 4 repositories {
5 jcenter() 5 jcenter()
6 google()
6 } 7 }
7 dependencies { 8 dependencies {
8 classpath 'com.android.tools.build:gradle-experimental:0.7.0-alpha3' 9 classpath 'com.android.tools.build:gradle:3.2.1'
9 } 10 }
10 } 11 }
11 12
12 allprojects { 13 allprojects {
13 repositories { 14 repositories {
14 jcenter() 15 jcenter()
16 google()
15 } 17 }
16 } 18 }