creating android project files

This commit is contained in:
2026-08-07 17:39:49 -05:00
parent fb3e6dc705
commit 4aa23d3670
10 changed files with 162 additions and 3 deletions

3
android/build.gradle.kts Normal file
View File

@@ -0,0 +1,3 @@
plugins {
id("com.android.application") version "8.5.2" apply false
}