Mercurial > 510Connectbot
view build.gradle @ 502:7e53f29f8b5a
updates for android10+
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 07 Jun 2022 17:24:18 -0700 |
parents | c7a947e291db |
children |
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:7.2.0' } } allprojects { repositories { jcenter() google() } }