vault / meshtastic-android / 2.2.4
meshtastic-android @ 2.2.4
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
What's Changed
- Configure Renovate by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/693
- chore(deps): update gradle to v8.3 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/708
- chore(deps): update com.google.firebase:firebase-crashlytics-gradle to v2.9.9 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/700
- chore(deps): update com.google.firebase:firebase-bom to v32.2.3 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/699
- chore(deps): update protobuf_version to v3.24.2 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/702
- chore(deps): update com.github.appintro:appintro to v6.3.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/704
- chore(deps): update kotlin monorepo to v1.9.10 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/710
- chore(deps): update composeoptions to v1.5.3 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/707
- chore(deps): update androidx.compose:compose-bom to v2023.08.00 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/703
- chore(deps): update com.google.accompanist:accompanist-themeadapter-appcompat to v0.32.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/705
- chore(deps): update androidx.emoji2:emoji2-emojipicker to v1.4.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/696
- chore(deps): update nav_version to v2.7.1 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/713
- chore(deps): update com.suddenh4x.ratingdialog:awesome-app-rating to v2.7.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/712
- chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/715
- chore(deps): update org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/714
- chore(deps): update hilt_version to v2.48 by @renovate in https://github.com/meshtastic/Meshtastic-Android/pull/709
- refactor: migrate from kapt to ksp by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/716
- refactor: migrate
nodeDBto Room database by @andrekir in https://github.com/meshtastic/Meshtastic-Android/pull/717
New Contributors
- @renovate made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/693
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.2.3...2.2.4
download
unix · zip
curl -fL -o 2.2.4.zip https://ratatoskr.space/pkg/meshtastic-android/2.2.4.zip
printf '%s %s\n' 'b996f9122e7fffa096c1af5fbc8fdadafe1f8a363280b02ae893f62243e6976a' '2.2.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.4.zip"
$out = "2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b996f9122e7fffa096c1af5fbc8fdadafe1f8a363280b02ae893f62243e6976a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.4.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.2.4.tar.gz
printf '%s %s\n' '35b64eeac49f02018398c4b2646a31800e7d6b6eb16c27e90c7429f3af393e6f' '2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.4.tar.gz"
$out = "2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "35b64eeac49f02018398c4b2646a31800e7d6b6eb16c27e90c7429f3af393e6f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.2.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.zip
printf '%s %s\n' 'b996f9122e7fffa096c1af5fbc8fdadafe1f8a363280b02ae893f62243e6976a' '2.2.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.zip"
$out = "2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b996f9122e7fffa096c1af5fbc8fdadafe1f8a363280b02ae893f62243e6976a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.2.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.tar.gz
printf '%s %s\n' '35b64eeac49f02018398c4b2646a31800e7d6b6eb16c27e90c7429f3af393e6f' '2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.tar.gz"
$out = "2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "35b64eeac49f02018398c4b2646a31800e7d6b6eb16c27e90c7429f3af393e6f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.2.4.zip | zip | 2.2 MiB |
blake3-24 4f1d3f8155692bdf4507a5272c0df18bfe8238f95e3086de
sha256 b996f9122e7fffa096c1af5fbc8fdadafe1f8a363280b02ae893f62243e6976a
sha1 672c6628effb15ba7d246f20c7b91ff852ecbbe3
|
| 2.2.4.tar.gz | tar.gz | 2.1 MiB |
blake3-24 d874084ac519ec74213366ef0718db04377c0a3ebecc64e1
sha256 35b64eeac49f02018398c4b2646a31800e7d6b6eb16c27e90c7429f3af393e6f
sha1 e334b4025ddc2291baa3923a23cea5aaab50a1c2
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.2.4.tar.gz"],
integrity = "sha256-NbZO6sSfAgGDmMSyZGoxgA59a26xbCfpDHQp8685Pm8=",
strip_prefix = "meshtastic-android-2.2.4",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.2.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.tar.gz"],
integrity = "sha256-NbZO6sSfAgGDmMSyZGoxgA59a26xbCfpDHQp8685Pm8=",
strip_prefix = "meshtastic-android-2.2.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.2.4.tar.gz",