We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I started a while a go to slowly to use OkHTTP and DAV4jvm by BitfireAT.
This introduces some changes, that any project using this lib should be aware of
add to android {…}: compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 }
add to dependencies {…}: implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
add to AndroidManifest.xml:
android:name="org.apache.http.legacy" android:required="false"/>```
If you need any help or if there questions, just reply here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I started a while a go to slowly to use OkHTTP and DAV4jvm by BitfireAT.
This introduces some changes, that any project using this lib should be aware of
add to android {…}: compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
add to dependencies {…}:
implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
add to AndroidManifest.xml:
If you need any help or if there questions, just reply here.
The text was updated successfully, but these errors were encountered: