google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
427 stars 31 forks source link

Could not find VERSION #13

Closed limuyang2 closed 1 year ago

limuyang2 commented 1 year ago

Could not find VERSION,Please

Danstahrg commented 1 year ago

I think you're referring to the README which says to add

implementation 'com.google.net.cronet:cronet-okhttp:VERSION'

to your dependencies. VERSION is just a placeholder - you can pick a version from the available artifacts here: https://maven.google.com/web/index.html?q=om.google.net.cronet#com.google.net.cronet:cronet-okhttp

limuyang2 commented 1 year ago

yes,Thanks

adityameesho commented 1 year ago

@Danstahrg It would be a better developer-experience if we can add it to the README like you can pick a version from the available artifacts here