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
- use gson instead of org.json
- temporarly use actions-on-google deprecated method until
actions-on-google/actions-on-google-java#43
is fixed.
Bug: 146618154
Change-Id: I6be48ab602befe3764f6d407c8966b8765369971
Currently the libraries exposes JSONObject as part of the public smarthome API object:
https://github.com/actions-on-google/actions-on-google-java/blob/7f3b1e2fd51e3b044380ea3c72722058ad99240f/src/main/kotlin/com/google/actions/api/smarthome/SmartHomeResponse.kt
This force reverse dependencies to both depens on
org.json
(as a direct dependency) andgson
(transitively).It would be nice if the library instead only surfaced standard
Map<String, Object>
types in the public API./cc @taycaldwell @Fleker
The text was updated successfully, but these errors were encountered: