view build.gradle @ 495:c7a947e291db

update to latest gradle
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Jun 2022 12:00:10 -0700
parents 5c2069636dff
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()
    }
}