Source Code added
Some checks are pending
Repo / Label merge conflict / Triage (push) Waiting to run

This commit is contained in:
Fr4nz D13trich 2026-02-02 14:56:38 +01:00
parent ac679f452a
commit 3f20680501
477 changed files with 25051 additions and 2 deletions

9
settings.gradle.kts Normal file
View file

@ -0,0 +1,9 @@
include(":app")
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
google()
}
}