Files
vpnhotspotmod/build.gradle.kts
Your Name 74ff304e40 wip
2024-03-03 22:28:29 -06:00

14 lines
514 B
Kotlin

plugins {
id("com.android.application") version "8.2.0" apply false
id("com.github.ben-manes.versions") version "0.49.0"
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
}
buildscript {
dependencies {
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
classpath("com.google.gms:google-services:4.4.0")
}
}