Mercurial > 510Connectbot
view build.gradle @ 477:d7461da8145b stable-1.9.3-9
only bind to the MonitorService for localhost monitor connections
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 20 Oct 2019 14:47:27 -0700 |
parents | 74b507d491c9 |
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() } }