You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix!: upgrade to Maps SDK v20 and resolve build issues
- Upgrade Google Maps SDK to v20.0.0 (BREAKING CHANGE: requires new renderer).
- Fix WearOS build by replacing deprecated kotlinOptions with jvmToolchain.
- Resolve WearOS dependency conflicts by using Kotlin BOM.
- Migrate WearOS dependencies and SDK versions to Version Catalog.
- Refactor Version Catalog: extract versions and organize groups.
- Fix FireMarkers sample: correct Google Services plugin application logic.
- FireMarkers: Add explicit error handling for 'Permission Denied'.
BREAKING CHANGE: This release upgrades the Maps SDK to v20.0.0, which may require code changes for the new renderer and other API adjustments.
* chore: verify build health and remove rx samples
- Create scripts/verify_all.sh for local verification
- Update CI to run tests and lint
- Remove deprecated snippets/app-rx module
- Fix FireMarkers unit tests
- Update README with verification instructions
* fix: add missing license header to verify_all.sh
* fix: remove app-rx from lint workflow
* fix(ci): remove foojay-resolver and rely on CI JDK 21
* fix: address review comments (README typo, settings repo mode)
* feat: add script to sync documentation versions with version catalog
* chore: finalize build settings and documentation versions
- CI: Upgrade to Java 21 and add python docs check
- Settings: Allow local repository overrides
- Docs: Annotate WearOS dependencies with hardcoded versions
* chore: expose version catalog instructions in docs and update sync script
* chore: restore snippets/app-rx to preserve documentation region tags
0 commit comments