Browse Source

Merge pull request #653 from jedrivisser/ide-code-completion

Add legacy org apache for local development
pull/667/head
Eric Kok 3 months ago committed by GitHub
parent
commit
9e3612469b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      app/build.gradle
  2. BIN
      app/libs/org.apache.http.legacy.jar

5
app/build.gradle

@ -103,4 +103,9 @@ dependencies { @@ -103,4 +103,9 @@ dependencies {
annotationProcessor 'org.androidannotations:androidannotations:4.8.0'
annotationProcessor 'org.androidannotations:ormlite:4.8.0'
// Copied From androidSdkPath/platforms/android-31/optional/org.apache.http.legacy.jar
// Using it as a compileOnly so this helps while developing, but is not compiled into the final
// app, see https://developer.android.com/studio/build/dependencies#dependency_configurations
compileOnly files('libs/org.apache.http.legacy.jar')
}

BIN
app/libs/org.apache.http.legacy.jar

Binary file not shown.
Loading…
Cancel
Save