Files
SuperVPN/apk_3234/build.gradle
2025-10-09 09:57:24 +09:00

17 lines
395 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:8.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}