view build.gradle @ 485:5c2069636dff

update to latest gradle; add foreground permission in manifest
author Carl Byington <carl@five-ten-sg.com>
date Wed, 14 Oct 2020 08:14:23 -0700
parents 0b26e5c290e3
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()
    }
}