rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

Remove invalid runtime in gradle script. #204

Closed TonyTangAndroid closed 5 years ago

ZacSweers commented 5 years ago

The runtime artifact exists, just not released yet. What's invalid about it?

TonyTangAndroid commented 5 years ago

I see. Because currently, if I use compile 'com.ryanharter.auto.value:auto-value-gson-runtime:0.8.0', it will NOT be found and gradle build fails.

However, if I use compile 'com.ryanharter.auto.value:auto-value-gson:0.8.0', it works.

rharter commented 5 years ago

I'm going to close this since it's simply not released yet. We normally don't update versions in the readme unil a release is published, but the artifact change is a little different, and we plan to publish soonish.