mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-15 17:29:10 -04:00
Bump org.meshtastic:protobufs from 2.7.25 to develop-SNAPSHOT to pick up unreleased proto changes for evaluation (sonatype snapshot repo is already wired in settings.gradle.kts). The only source change required to compile is in Channel.kt: the develop protos add two new amateur-band ModemPreset values (TINY_FAST, TINY_SLOW), which the exhaustive `when` over modem_preset must now cover. All other deltas are additive (new HardwareModels, ITU RegionCodes, XEdDSA signing fields, lockdown additions) and the restructured deviceonly NodeInfoLite types are firmware-only and not referenced by this app. NOTE: this pins a moving snapshot — revert to a released version before merging anywhere near a release branch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>