mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
14 lines
486 B
Groovy
14 lines
486 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
dependencies {
|
|
classpath "gradle.plugin.com.betomorrow.gradle:appcenter-plugin:2.0.4"
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'com.android.application' version '8.1.0' apply false
|
|
id 'com.android.library' version '8.1.0' apply false
|
|
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
|
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
|
|
}
|
|
|