Initial commit - cleaned for CV

This commit is contained in:
Renato97
2026-03-31 01:23:28 -03:00
commit 97845f6210
65 changed files with 4908 additions and 0 deletions

20
build.gradle Normal file
View File

@@ -0,0 +1,20 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}