Initial commit with CI/CD

This commit is contained in:
CI Bot
2026-06-02 21:19:57 +08:00
commit eedcc0f5f3
6 changed files with 159 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}