Skip to content

Commit 3f868f7

Browse files
committed
Delete commented dependencies.
1 parent 893398c commit 3f868f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/build.gradle

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

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

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

7170
implementation 'org.osmdroid:osmdroid-android:6.1.5'
@@ -81,7 +80,6 @@ dependencies {
8180
// Required for instrumented tests
8281
androidTestImplementation "com.android.support.test:runner:1.0.2"
8382
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
84-
8583
androidTestImplementation "com.android.support.test:rules:1.0.2"
8684

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

0 commit comments

Comments
 (0)