feat(android): initial project setup with Gradle, AndroidManifest, and MainActivity
Some checks failed
Code Analysis and Production Deploy / analyze (push) Failing after 3m13s
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Has been skipped

This commit is contained in:
Torsten Schulz (local)
2026-05-26 16:39:10 +02:00
parent acfcf773f7
commit 8e318b0b52
11 changed files with 406 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
rootProject.name = "harheimertc-android"
include(":app")