Initial commit: hello-world Android project
Android Build / build (push) Failing after 21s

This commit is contained in:
2026-05-16 15:42:17 +02:00
commit 0668d8631f
12 changed files with 286 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
}