google / android-auto-companion-ios

Apache License 2.0
12 stars 5 forks source link

Cannot use v4.0.1 of this SDK with android-auto-companion-calendarsync-ios v3.0.0 #4

Closed lyamamot closed 1 month ago

lyamamot commented 1 month ago

The current version of this SDK is v4.0.1. If I try to use both this SDK with the calendar sync SDK, there is a dependency resolution error because the calendar sync SDK requires a version of this SDK between v3.1.0 and below v4.0.0.

I am looking to integrate at least version v3.4.0 of this SDK to solve an app submission issue with the UKey2Wrapper framework on Xcode 15, but no such version v3.4.0 of this SDK is tagged.

Please update the calendar sync SDK to use v4 of this SDK or please tag this SDK with v3.4.0.

tapsns commented 1 month ago

Thanks for reporting the issue. I've pushed out the Calendar Sync 4 release that fixes the issue as you suggested.

lyamamot commented 1 month ago

Thanks! That solves my issue.