vault / meshtastic-android / 2.2.5
meshtastic-android @ 2.2.5
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- chore(deps): update androidx.compose:compose-bom to v2023.09.00 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/724
- chore(deps): update nav_version to v2.7.2 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/723
- chore(deps): update lifecycle_version to v2.6.2 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/722
- chore(deps): update com.github.mik3y:usb-serial-for-android to v3.6.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/721
- chore(deps): update protobuf_version to v3.24.3 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/726
- chore(deps): update androidx.core:core-ktx to v1.12.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/725
- feat: add
TopAppBarwith back button to radio configs by @andrekir in https://github.com/meshtastic/Meshtastic-Android/commit/b3629b6342672677fa3043022cf317e6c0fb3841 - refactor: handle range test messages when module enabled by @andrekir in https://github.com/meshtastic/Meshtastic-Android/commit/e20e66b7f7bbe1805c50af4da0a32d03f0e89378
- refactor: change default map source to
Mapnikby @andrekir in https://github.com/meshtastic/Meshtastic-Android/commit/4fa9c8f3cb9f7462487b5ab081a43830f289b3e4
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.4...2.2.5
download
unix · zip
curl -fL -o 2.2.5.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.5.zip
printf '%s %s\n' '7ab29c6819f37a2b96c02101eeee60a3ddcb546602c17a9830cb1ca0ade6aca2' '2.2.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.5.zip"
$out = "2.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ab29c6819f37a2b96c02101eeee60a3ddcb546602c17a9830cb1ca0ade6aca2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.5.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.5.tar.gz
printf '%s %s\n' 'c587475b1406fd990aed22da310234c2926365979010a67873171e3e163804ba' '2.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.5.tar.gz"
$out = "2.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c587475b1406fd990aed22da310234c2926365979010a67873171e3e163804ba") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.zip
printf '%s %s\n' '7ab29c6819f37a2b96c02101eeee60a3ddcb546602c17a9830cb1ca0ade6aca2' '2.2.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.zip"
$out = "2.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7ab29c6819f37a2b96c02101eeee60a3ddcb546602c17a9830cb1ca0ade6aca2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.tar.gz
printf '%s %s\n' 'c587475b1406fd990aed22da310234c2926365979010a67873171e3e163804ba' '2.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.tar.gz"
$out = "2.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c587475b1406fd990aed22da310234c2926365979010a67873171e3e163804ba") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.5.zip | zip | 2.2 MiB |
blake3-24 9e553621fbe178542b4edc4de24fc20894cdf3c4d7c03553
sha256 7ab29c6819f37a2b96c02101eeee60a3ddcb546602c17a9830cb1ca0ade6aca2
sha1 6e6ac3377ad7e73de72cbfbcbebb557dec4dedfa
|
| 2.2.5.tar.gz | tar.gz | 2.1 MiB |
blake3-24 4ba877156f3f5ecdd4321e7da48fb6a361ff272500915a6c
sha256 c587475b1406fd990aed22da310234c2926365979010a67873171e3e163804ba
sha1 db5d739680c963568cb3f6e9329710bee4d9e581
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.5.tar.gz"],
integrity = "sha256-xYdHWxQG/ZkK7SLaMQI0wpJjZZeQEKZ4cxcePhY4BLo=",
strip_prefix = "meshtastic-android-2.2.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.tar.gz"],
integrity = "sha256-xYdHWxQG/ZkK7SLaMQI0wpJjZZeQEKZ4cxcePhY4BLo=",
strip_prefix = "meshtastic-android-2.2.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.5.tar.gz",