Skip to content

Releases: google/cronet-transport-for-okhttp

release-ed5851e

06 Jul 10:00
Compare
Choose a tag to compare
release-ed5851e Pre-release
Pre-release

A precompiled JAR or the library, cut at ed5851e.

To include the library, download the JAR to the libs folder and add the following dependencies to your build.gradle file:

    implementation files('libs/libokhttp_cronet_transport.jar') // this OkHttp - Cronet library
    implementation 'com.squareup.okhttp3:okhttp:CHANGEME' // Transitive dependency - OkHttp. The transport library supports version 3 and above.
    implementation 'com.google.guava:guava:31.1-android' // Transitive dependency - Guava. Any recent version is supported.