🎉 begin project 🎉

This commit is contained in:
ZiCode0
2025-04-06 20:30:38 +12:00
commit 6833f63b0f
1151 changed files with 301061 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}