feat: Android SDK update for version 25.0.0#128
Conversation
Greptile SummaryThis PR updates the Android SDK to version 25.0.0 with several breaking changes:
Confidence Score: 5/5The changes are a clean, self-contained SDK version bump — model and service simplifications with no critical logic paths affected. All functional changes are straightforward: a rename, generic removal, a fallback fix, and version header bump. No data mutations, no auth paths, and no new runtime risks are introduced. No files require special attention beyond the already-noted unused imports. Important Files Changed
Reviews (2): Last reviewed commit: "chore: update Android SDK to 25.0.0" | Re-trigger Greptile |
| source = map["source"] as String, | ||
| expiresAt = map["expiresAt"] as? String, | ||
| metadata = map["metadata"]?.jsonCast(to = nestedType) ?: emptyMap<String, Any>().jsonCast(to = nestedType) | ||
| metadata = map["metadata"] as? Any, |
This PR contains updates to the Android SDK for version 25.0.0.