Upgrade to Onfleet SDK 0.13.0#17
Merged
Merged
Conversation
- Bump com.onfleet:driver and app versionName to 0.13.0 - Add pinVerified to TaskCompletionDetails (new required field in 0.13.0) - Align deps to the SDK's tested catalog: AGP 9.2.1, Kotlin 2.4.0, google-services 4.5.0, coroutines 1.11.0, Compose 1.11.4, lifecycle-viewmodel-compose 2.11.0, firebase-bom 34.16.0 - compileSdk 37; Gradle wrapper 9.4.1 (required by AGP 9.2.1) - Add CHANGELOG 0.13.0 entry (PIN, geofence, bulk tasks, media APIs) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rSavarisOnfleet
approved these changes
Jul 14, 2026
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
Updates the example app to the newly released Onfleet Driver SDK 0.13.0 (published to Maven Central) and aligns the build toolchain with the SDK's tested version catalog.
Changes
com.onfleet:driverand appversionName→ 0.13.0MainViewModel.kt: addedpinVerified = nullto theTaskCompletionDetailscall (new required field in 0.13.0)9.1.0 → 9.2.1, Kotlin plugins2.1.0 → 2.4.0, google-services4.4.4 → 4.5.01.10.2 → 1.11.0, Compose1.10.5 → 1.11.4, lifecycle-viewmodel-compose2.10.0 → 2.11.0, firebase-bom34.11.0 → 34.16.0compileSdk 36 → 379.3.1 → 9.4.1(required by AGP 9.2.1)CHANGELOG.md: added## [0.13.0]entry (PIN verification, geofence enforcement, bulk pick-up tasks, encrypted media APIs)Verification
0.13.0confirmed live on Maven Central (repo1.maven.org)./gradlew :app:assembleDebug --refresh-dependenciespasses withmavenLocal()disabled (resolves from Maven Central)🤖 Generated with Claude Code