Initial commit

This commit is contained in:
Alexander Dörflinger
2025-03-11 17:27:53 +01:00
commit 4bb071e488
57 changed files with 2011 additions and 0 deletions

4
build.gradle Normal file
View File

@@ -0,0 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.2.0-beta03' apply false
}