Files
whatsms-gateway-android/build.gradle
T

17 lines
526 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
// Add the dependency for the Google services Gradle plugin
classpath 'com.google.gms:google-services:4.3.14'
}
}
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}