patbef-Android/build.gradle

18 lines
515 B
Groovy
Raw Permalink Normal View History

2024-01-29 16:26:13 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
2024-09-17 12:58:57 +02:00
classpath 'com.android.tools.build:gradle:8.6.0'
classpath 'com.google.gms:google-services:4.4.2'
2024-01-29 16:26:13 +01:00
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
2024-09-17 12:58:57 +02:00
}