Skip to content

Commit 893398c

Browse files
committed
Downgrade the apache dependency to 4.3.6
1 parent cc8939d commit 893398c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/build.gradle

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ dependencies {
6464

6565
implementation 'org.apache.james:apache-mime4j-core:0.8.3'
6666

67-
implementation ('org.apache.httpcomponents:httpmime:4.5.11')
67+
implementation ('org.apache.httpcomponents:httpmime:4.3.6')
68+
//implementation ('org.apache.httpcomponents:httpmime:4.5.11')
6869
//implementation 'org.apache.httpcomponents:httpclient-android:4.3.5'
6970

7071
implementation 'org.osmdroid:osmdroid-android:6.1.5'
@@ -80,6 +81,7 @@ dependencies {
8081
// Required for instrumented tests
8182
androidTestImplementation "com.android.support.test:runner:1.0.2"
8283
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
84+
8385
androidTestImplementation "com.android.support.test:rules:1.0.2"
8486

8587
implementation 'com.android.support.constraint:constraint-layout:1.1.3'

0 commit comments

Comments
 (0)