oncall-mobile-android/build.gradle
2025-12-28 15:11:37 -05:00

15 lines
511 B
Groovy

buildscript {
ext.kotlin_version = '2.2.0'
dependencies {
classpath 'com.android.tools.build:gradle:8.13.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.4.4' // This is removed in the "fdroid" flavor
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
plugins {
id 'com.google.devtools.ksp' version '2.2.0-2.0.2'
}