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,11 @@
// Root build.gradle.kts (skeleton)
plugins {
id("com.android.application") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" apply false
}
buildscript {
}
allprojects {
}