Mercurial > 510ConnectbotMonitor
view build.gradle @ 30:89b6389aa5b2
starting update to latest toolchain
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 08 Nov 2018 11:59:30 -0800 |
parents | a5f1c68e4519 |
children | 0bc0b4798d9e |
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.2.1' } } allprojects { repositories { jcenter() google() } }