view build.gradle @ 530:693ba2314798

add debug code around deleting the connections file
author Carl Byington <carl@five-ten-sg.com>
date Tue, 31 Dec 2024 13:50:47 -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()
    }
}