jolt build folder

This commit is contained in:
marauder2k7 2026-05-17 18:51:01 +01:00
parent 8acf7da95b
commit 4beee81c12
48 changed files with 1556 additions and 0 deletions

View file

@ -0,0 +1,17 @@
// 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.7.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}