view build.gradle @ 494:3484e9b9b734

Added tag stable-1.9.4-3 for changeset 0a17c6e7cb0f
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Jun 2022 11:16:21 -0700
parents 5c2069636dff
children c7a947e291db
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:4.0.1'
    }
}

allprojects {
    repositories {
        jcenter()
        google()
    }
}