release-ed5851e
Pre-release
Pre-release
Danstahrg
released this
06 Jul 10:00
·
21 commits
to master
since this 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.