Conversation
- Update SDK version from 0.6.1 to 0.8.0 - Update verified commit from ea8cffb to 611f616 - Update agents_last_updated to 2025-11-23 - Update all Maven coordinates to 0.8.0 - Update version references in README, CLAUDE.md Files updated: - SDK_VERSION.yaml (Android section) - README.md (version table) - CLAUDE.md (2 version references) - 4 agent files (.claude/agents/android/) - 2 doc files (docs/android/) Validation: ✅ All 5 layers passed - File completeness: 7 files modified - Version exhaustiveness: 0 old refs remain - Platform isolation: 0 Flutter files touched 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update SDK version from 0.6.1 to 0.8.0 - Update verified commit from ea8cffb to aa9139c - Add native ad APIs (createNativeAdSmall, createNativeAdMedium) - Add revenue listener documentation (CloudXAdRevenueListener) - Add key-value targeting examples (setHashedUserId, setUserKeyValue, setAppKeyValue) - Add deinitialization guidance (deinitialize, clearAllKeyValues) - Update all code examples and API references - Create API snapshot for v0.8.0 - Validate all agent docs against SDK public API surface SDK Commit: aa9139c862b24ce0726cb0c0501beb7388987590 Validated: 2025-11-23 New SDK APIs Documented: - CloudX.createNativeAdSmall(placementName: String): CloudXAdView - CloudX.createNativeAdMedium(placementName: String): CloudXAdView - CloudX.setHashedUserId(hashedUserId: String) - CloudX.setUserKeyValue(key: String, value: String) - CloudX.setAppKeyValue(key: String, value: String) - CloudX.clearAllKeyValues() - CloudX.deinitialize() - CloudXFullscreenAd.revenueListener: CloudXAdRevenueListener? Validation Results: - File completeness check: PASS - Version exhaustiveness check: PASS (no stale version refs) - Compilation check: PASS (valid Kotlin syntax) - API validation: PASS (all refs match SDK) - Platform isolation check: PASS (Android only) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
Files updated:
Validation: ✅ All 5 layers passed
🤖 Generated with Claude Code