ticketmaster / actions-on-google-kotlin

Unofficial Actions on Google SDK for Kotlin and Java
Apache License 2.0
119 stars 20 forks source link

Remove internal in BasicCard #56

Open MEth0 opened 6 years ago

MEth0 commented 6 years ago

Removing internals in BasicCard() to fix issue #55

ansman commented 6 years ago

If the library used Moshi + Kotshi this PR would be needed since the adapters would be generated at compile time rather than runtime and the names would be correct.

mikecook commented 4 years ago

@joerose