docs: publish channels: main

This commit is contained in:
github-actions[bot] committed 2026-09-11 18:52:16 +00:00
1 parent 884ca81179
commit 989be16cc7
38 files changed
+128 -108

No files matched your search

+3 -3
View File
@@ -13,7 +13,7 @@ Repository layout, namespacing conventions, and build system overview.
## Repository Structure
```
```text
Meshtastic-Android/
├── androidApp/ # Android application module
│ ├── src/main/ # Shared Android code
@@ -72,7 +72,7 @@ Meshtastic-Android/
## Namespacing Convention
All Kotlin packages follow the pattern:
```
```text
org.meshtastic.{layer}.{module}.{subpackage}
```
@@ -120,7 +120,7 @@ block rather than assuming a plugin does or does not exist.
### Key Gradle Tasks
```bash
```shell
# Compile check across all KMP targets
./gradlew kmpSmokeCompile