android: fork AndrOBD (submodule), thin client (Kotlin), raw-obd endpoint

This commit is contained in:
“Naeel”
2026-05-25 08:48:59 +04:00
parent 5131e41ae1
commit 25bd49a00e
16 changed files with 620 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
// Top-level build file
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
}