chore: upgrade telemetrydecksdk to 4.0.0#545
Open
n13 wants to merge 1 commit into
Open
Conversation
Bump telemetrydecksdk from ^3.0.0 to ^4.0.0 in mobile-app and miner-app. 4.0.0 has no Dart API changes; it raises native minimums and ships the iOS/macOS plugins as Swift packages. Existing config already meets the new minimums (Flutter 3.44, iOS 15.0, macOS 10.15, Android minSdk 24, Kotlin 2.3.21). Bumped Android AGP 9.2.0 -> 9.2.1 to match the migration notes, and updated the SwiftPM Package.resolved pins for the new TelemetryDeck SwiftSDK dependency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
telemetrydecksdkfrom^3.0.0to^4.0.0inmobile-appandminer-app(lockfiles + the canonical-version note inmelos.yaml).4.0.0has no Dart API changes (changelog); it raises native minimums and ships the iOS/macOS plugins as Swift packages.3.44≥3.41.015.0≥13.010.15≥10.15minSdk 24(Flutter default) ≥23, Kotlin already2.3.219.2.0→9.2.1inmobile-app/android/build.gradleto match the migration notes (Gradle wrapper9.5.1already supports it).Package.resolvedpins for the newTelemetryDeck/SwiftSDK 2.14.1dependency (mobile-app/iosupdated;miner-app/macosnewly generated, both projects are already SwiftPM-migrated).Test plan
melos bootstrapresolves both apps totelemetrydecksdk 4.0.0melos analyze(CI parity:flutter analyze --fatal-infos) passes with no issuesmobile-app)miner-app)mobile-app)