Mercurial > 510Connectbot
view build.gradle @ 528:0c031070b4ad default tip
fix vt320 delete area, incorrect parameter order
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 30 Aug 2024 12:41:52 -0600 |
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() } }