docs: Update READMEs and library versions

This commit updates the README files for the `core:api`, `core:model`, and `core:proto` modules to improve documentation and reflect current usage.

Key changes include:
- Bumping the library version to `v2.7.13` in usage examples.
- Adding a detailed README for the `core:proto` module.
- Updating the `core:api` README to use `MeshtasticIntent` constants instead of hardcoded strings.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-07 15:54:51 -06:00
parent 39fbdce830
commit 986c60ce88
3 changed files with 28 additions and 8 deletions

View file

@ -36,5 +36,5 @@ This module contains the Parcelable data classes used by the Meshtastic Android
This module is typically used as a dependency of `core:api` but can be used independently if you need to work with Meshtastic data structures.
```kotlin
implementation("com.github.meshtastic.Meshtastic-Android:meshtastic-android-model:v2.7.12")
```
implementation("com.github.meshtastic.Meshtastic-Android:meshtastic-android-model:v2.7.13")
```