File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 testImplementation ' junit:junit:4.12'
2929 androidTestImplementation ' com.android.support.test:runner:1.0.1'
3030 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
31+ implementation project(' :library' )
3132 implementation ' com.sun.mail:android-mail:1.6.0'
3233 implementation ' com.sun.mail:android-activation:1.6.0'
33- implementation project(' :library' )
3434}
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ android {
2525}
2626
2727dependencies {
28- implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29-
28+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
3029 implementation ' com.android.support:appcompat-v7:26.1.0'
30+ implementation ' com.android.support.constraint:constraint-layout:1.0.2'
3131 testImplementation ' junit:junit:4.12'
3232 androidTestImplementation ' com.android.support.test:runner:1.0.1'
3333 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
You can’t perform that action at this time.
0 commit comments