view build.gradle @ 527:9e9d6eb9a9c4 default tip

Added tag stable-1.9.4-8 for changeset 9a8862b87f6e
author Carl Byington <carl@five-ten-sg.com>
date Sat, 01 Jun 2024 10:41:51 -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()
    }
}