Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:52:14 +01:00
parent cc5fdc9b3a
commit 1ab535ea8c
589 changed files with 130568 additions and 0 deletions

17
build.gradle Normal file
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.3'
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}