Mercurial > 510Connectbot
view build.gradle @ 463:6dff6933879c stable-1.9.3-4
fixup documentation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Apr 2019 18:23:49 -0700 |
parents | a3239022798d |
children | 7c8aebcc882a |
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.4.0' } } allprojects { repositories { jcenter() google() } }