File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ dependencies {
64
64
65
65
implementation ' org.apache.james:apache-mime4j-core:0.8.3'
66
66
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')
68
69
// implementation 'org.apache.httpcomponents:httpclient-android:4.3.5'
69
70
70
71
implementation ' org.osmdroid:osmdroid-android:6.1.5'
@@ -80,6 +81,7 @@ dependencies {
80
81
// Required for instrumented tests
81
82
androidTestImplementation " com.android.support.test:runner:1.0.2"
82
83
androidTestImplementation " com.android.support.test.espresso:espresso-core:3.0.2"
84
+
83
85
androidTestImplementation " com.android.support.test:rules:1.0.2"
84
86
85
87
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
You can’t perform that action at this time.
0 commit comments